| | |
Constant | Description | Used by the functions |
---|
BC_90 | Prints the bar code vertically. | iPrintBarCode BarCode variable |
BC_180 | Prints the bar code while performing a rotation equal to 180 degrees. | iPrintBarCode BarCode variable |
BC_270 | Prints the bar code while performing a rotation equal to 270 degrees. | iPrintBarCode BarCode variable |
BC_ALL | All the types of supported bar codes can be decoded. | BCCapture |
BC_AZTEC | Aztec bar code. | iPrintBarCode BarCode variable CameraStartDecoding, VideoStartDecoding |
BC_Bottom | Bar code aligned at the bottom. | iPrintBarCode BarCode variable Option property |
BC_CenterH | Bar code centered horizontally. | iPrintBarCode BarCode variable Option property |
BC_CenterV | Bar code centered vertically. | iPrintBarCode BarCode variable Option property |
BC_Charsets | Bar code that uses one or more sets of characters to compress the bar code. This set of characters must be defined in the bar code value. | iPrintBarCode BarCode variable BCCalculateControlCharacter Option property |
BC_Check | Bar code with check characters. | iPrintBarCode BarCode variable BCCalculateControlCharacter Option property |
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 BarCode variable BCCalculateControlCharacter Option property |
BC_CODABAR | Codabar bar code. | iPrintBarCode BarCode variable BCCalculateControlCharacter |
BC_CODE11 | Code11 bar code. | iPrintBarCode BarCode variable |
BC_CODE39 | Code39 bar code. | iPrintBarCode BCCapture BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_CODE93 | Code93 bar code. | iPrintBarCode
BCCapture BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_CODE128 | Code128 bar code. | iPrintBarCode
BCCapture 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, control characters are enclosed between "<" and ">". To avoid interpreting these characters as control characters, simply double the first "<": - "<C40>" = control character
- "<<AB>" = <AB> to be encoded in the bar code.
| iPrintBarCode BarCode variable BCCalculateControlCharacter Option property |
BC_DATAMATRIX | Data Matrix bar code. | iPrintBarCode
BCCapture BarCode variable CameraStartDecoding, VideoStartDecoding |
BC_EAN8 | EAN8 bar code. | iPrintBarCode BCCapture BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_EAN13 | EAN13 bar code. | iPrintBarCode BCCapture BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_EAN128 | EAN128 bar code. | iPrintBarCode BCCapture BarCode variable BCCalculateControlCharacter |
BC_Extended | Extended bar code. | iPrintBarCode BarCode variable BCCalculateControlCharacter Option property |
BC_FormatText | Formats the text displayed for EAN 128 barcodes: brackets are added around the AIs in the printed text. | iPrintBarCode BarCode variable Option property |
BC_IgnoreFormatting | Ignores the brackets in a 128 or EAN 128 bar code. | iPrintBarCode BarCode variable BCCalculateControlCharacter Option property |
BC_INTER2OF5 | Interleaved 2 of 5 bar code. | iPrintBarCode BarCode variable BCCalculateControlCharacter BCCapture CameraStartDecoding, VideoStartDecoding |
BC_Left | Bar code aligned to the left. | iPrintBarCode BarCode variable Option property |
BC_MAXICODE | MaxiCode bar code. | iPrintBarCode BarCode variable |
BC_MSI | MSI bar code. | iPrintBarCode BarCode variable BCCalculateControlCharacter |
BC_NoCheck | | |
BC_NoText | Displays no text below the bar code. | iPrintBarCode BarCode variable Option property |
BC_NotProportional | Adjusts the bar code to the size of destination rectangle. | iPrintBarCode BarCode variable Option property |
BC_PDF417 | PDF417 bar code. | iPrintBarCode BarCode variable CameraStartDecoding, VideoStartDecoding |
BC_QRCODE | QR Code bar code. | BCCapture BarCode variable CameraStartDecoding, VideoStartDecoding |
BC_Right | Bar code aligned to the right. | iPrintBarCode BarCode variable Option property |
BC_Text | Display text below the bar code. | iPrintBarCode BarCode variable Option property |
BC_TextCenter | Centers the text below the bar code. | iPrintBarCode BarCode variable Option property |
BC_TextLeft | Aligns the text below the bar code to the left. | iPrintBarCode BarCode variable Option property |
BC_TextRight | Aligns the text below the bar code to the right. | iPrintBarCode BarCode variable Option property |
BC_Top | Bar code aligned at the top. | iPrintBarCode BarCode variable Option property |
BC_UNKNOWN | For Android: Barcode decoded but type unknown. | BarCode variable |
BC_UPCA | UPC-A bar code. | iPrintBarCode
BCCapture BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_UPCE | UPC-E bar code. | iPrintBarCode
BCCapture BarCode variable BCCalculateControlCharacter CameraStartDecoding, VideoStartDecoding |
BC_Vertical | Prints the bar code vertically. | iPrintBarCode BarCode variable Option property |
bcDefaultHeight | Maximum image height: The maximum height is the minimum height required to display the barcode. | BCToImage |
bcDefaultWidth | Maximum image width: The maximum width is the minimum width required to display the barcode. | BCToImage |
bcTypeContact | Nature of data stored in barcode: Contact description. | BarCode variable |
bcTypeEmail | Type of data stored in barcode: Email address. | BarCode variable |
bcTypeLocation | Type of data stored in the StrikeOut code: Geographical position. | BarCode variable |
bcTypeMarket | Type of data stored in the barcode: Link to an application on Google Play (Android only). | BarCode variable |
bcTypePhone | Nature of data stored in strikethrough code: Telephone number. | BarCode variable |
bcTypeSMS | Type of data stored in the strikethrough: SMS number. | BarCode variable |
bcTypeText | Nature of data stored in the barcode: Plain text. | BarCode variable |
bcTypeURL | Type of data stored in the barcode: URL. | BarCode variable |
bcTypeWiFi | Nature of data stored in barcode: Wi-Fi network connection settings (Android only). | BarCode variable |
CB_GS1_128 | GS1-128 bar code (new name for the EAN-128 bar code). | iPrintBarCode BCCapture BarCode variable BCCalculateControlCharacter |
qrcodeLevelH | QR Code error correction level: around 30% of encoded words can be restored. | BarCode variable |
qrcodeLevelL | QR Code error correction level: around 7% of encoded words can be restored. | BarCode variable |
qrcodeLevelM | QR Code error correction level: around 15% of encoded words can be restored. | BarCode variable |
qrcodeLevelQ | QR Code error correction level: around 25% of encoded words can be restored. | BarCode variable |