| | |
Constant | Description | Used by the functions |
---|
BC_180 | Prints the bar code while performing a rotation equal to 180 degrees. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable |
BC_270 | Prints the bar code while performing a rotation equal to 270 degrees. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable |
BC_90 | Prints the bar code vertically. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable |
Versions 20 and laterBC_ALL New in version 20BC_ALL BC_ALL | All the types of supported bar codes can be decoded. | BCCapture |
Versions 21 and laterBC_AZTEC New in version 21BC_AZTEC BC_AZTEC | Aztec bar code. | iPrintBarCode BarCode variable CameraStartDecoding, VideoStartDecoding |
BC_Bottom | Bar code aligned at the bottom. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable Property ..Option |
BC_CenterH | Bar code centered horizontally. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable ..Option property |
BC_CenterV | Bar code centered vertically. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable ..Option property |
BC_Charsets | Bar code that uses one or more sets of characters in order to compress the bar code. This set of characters must be defined in the value of bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter Property ..Option |
BC_Check | Bar code with check characters. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter Property ..Option |
BC_CheckDigits | Bar code containing check characters (valid for the BC_CODE128, BC_DATAMATRIX, BC_EAN128 and BC_PDF417 bar codes only). If this option is selected, the BC_ControlDigits and BC_Charsets constants are automatically taken into account. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter ..Option property |
BC_CODABAR | Codabar bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter |
BC_CODE11 | Code11 bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable |
BC_CODE128 | Code128 bar code. | iPrintBarCode
BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_CODE39 | Code39 bar code. | iPrintBarCode BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_CODE93 | Code93 bar code. | iPrintBarCode
BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_ControlDigits | Bar code containing control characters (valid for the BC_CODE128, BC_DATAMATRIX, BC_EAN128 and BC_PDF417 bar codes only). By default, the control characters are enclosed between the "<" and ">" characters. In order for these characters not to be interpreted as control characters, they must be doubled. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter Property ..Option |
BC_DATAMATRIX | Data Matrix bar code. | iPrintBarCode
BCCapture
Versions 16 and laterBarCode variable BarCode variable CameraStartDecoding, VideoStartDecoding |
BC_EAN128 | EAN128 bar code. | iPrintBarCode BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter |
BC_EAN13 | EAN13 bar code. | iPrintBarCode BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_EAN8 | EAN8 bar code. | iPrintBarCode BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_Extended | Extended bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter Property ..Option |
Versions 18 and laterBC_FormatText New in version 18BC_FormatText BC_FormatText | Formats the text displayed for the EAN 128 bar codes: brackets are added around AIs in the printed text. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable ..Option property |
BC_IgnoreFormatting | Ignores the brackets in a 128 or EAN 128 bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter ..Option property |
BC_INTER2OF5 | Interleaved 2 of 5 bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter BCCapture CameraStartDecoding, VideoStartDecoding |
BC_Left | Bar code aligned to the left. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable ..Option property |
Versions 21 and laterBC_MAXICODE New in version 21BC_MAXICODE BC_MAXICODE | MaxiCode bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable |
BC_MSI | MSI bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter |
BC_NoCheck | | |
BC_NoText | Displays no text below the bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable Property ..Option |
BC_NotProportional | Adjusts the bar code to the size of destination rectangle. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable Property ..Option |
BC_PDF417 | PDF417 bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable CameraStartDecoding, VideoStartDecoding |
Versions 16 and laterBC_QRCODE New in version 16BC_QRCODE BC_QRCODE | QR Code bar code. | BCCapture
Versions 16 and laterBarCode variable BarCode variable CameraStartDecoding, VideoStartDecoding |
BC_Right | Bar code aligned to the right. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable ..Option property |
BC_Text | Display text below the bar code. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable Property ..Option |
BC_Top | Bar code aligned at the top. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable Property ..Option |
Versions 22 and laterBC_UNKNOWN New in version 22BC_UNKNOWN BC_UNKNOWN | For Android: Bar code decoded but unknown type. | BarCode variable |
BC_UPCA | UPC-A bar code. | iPrintBarCode
BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_UPCE | UPC-E bar code. | iPrintBarCode
BCCapture
Versions 16 and laterBarCode variable BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_Vertical | Prints the bar code vertically. | iPrintBarCode
Versions 16 and laterBarCode variable BarCode variable Property ..Option |
Versions 24 and laterbcDefaultHeight New in version 24bcDefaultHeight bcDefaultHeight | Maximum height of the image: The maximum height will be the minimum height required to display the bar code. | BCToImage |
Versions 24 and laterbcDefaultWidth New in version 24bcDefaultWidth bcDefaultWidth | Maximum width of the image: The maximum width will be the minimum width required to display the bar code. | BCToImage |
Versions 16 and laterbcTypeContact New in version 16bcTypeContact bcTypeContact | Nature of data stored in the bar code: Contact description. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypeEmail New in version 16bcTypeEmail bcTypeEmail | Nature of data stored in the bar code: Email address. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypeLocation New in version 16bcTypeLocation bcTypeLocation | Nature of data stored in the bar code: Geographical position. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypeMarket New in version 16bcTypeMarket bcTypeMarket | Nature of data stored in the bar code: Link to an application on Google Play (Android only). | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypePhone New in version 16bcTypePhone bcTypePhone | Nature of data stored in the bar code: Phone number. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypeSMS New in version 16bcTypeSMS bcTypeSMS | Nature of data stored in the bar code: SMS number. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypeText New in version 16bcTypeText bcTypeText | Nature of data stored in the bar code: Plain text. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypeURL New in version 16bcTypeURL bcTypeURL | Nature of data stored in the bar code: URL. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterbcTypeWiFi New in version 16bcTypeWiFi bcTypeWiFi | Nature of data stored in the bar code: Parameters for connecting to a Wi-Fi network (Android only). | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterqrcodeLevelH New in version 16qrcodeLevelH qrcodeLevelH | Correction level of the error of QR Code: about 30% of encoded words can be restored. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterqrcodeLevelL New in version 16qrcodeLevelL qrcodeLevelL | Correction level of the error of QR Code: about 7% of encoded words can be restored. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterqrcodeLevelM New in version 16qrcodeLevelM qrcodeLevelM | Correction level of the error of QR Code: about 15% of encoded words can be restored. | Versions 16 and laterBarCode variable BarCode variable |
Versions 16 and laterqrcodeLevelQ New in version 16qrcodeLevelQ qrcodeLevelQ | Correction level of the error of QR Code: about 25% of encoded words can be restored. | Versions 16 and laterBarCode variable BarCode variable |