| | |
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 in order to compress the bar code. This set of characters must be defined in the value of bar code. | 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 the EAN 128 bar codes: brackets are added around 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 |
New in version 28BC_TextCenter | Centers the text below the bar code. | iPrintBarCode BarCode variable Option property |
New in version 28BC_TextLeft | Aligns the text below the bar code to the left. | iPrintBarCode BarCode variable Option property |
New in version 28BC_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: Bar code decoded but unknown type. | 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 height of the image: The maximum height will be the minimum height required to display the bar code. | BCToImage |
bcDefaultWidth | Maximum width of the image: The maximum width will be the minimum width required to display the bar code. | BCToImage |
bcTypeContact | Nature of data stored in the bar code: Contact description. | BarCode variable |
bcTypeEmail | Nature of data stored in the bar code: Email address. | BarCode variable |
bcTypeLocation | Nature of data stored in the bar code: Geographic position. | BarCode variable |
bcTypeMarket | Nature of data stored in the bar code: Link to an application on Google Play (Android only). | BarCode variable |
bcTypePhone | Nature of data stored in the bar code: Phone number. | BarCode variable |
bcTypeSMS | Nature of data stored in the bar code: SMS number. | BarCode variable |
bcTypeText | Nature of data stored in the bar code: Plain text. | BarCode variable |
bcTypeURL | Nature of data stored in the bar code: URL. | BarCode variable |
bcTypeWiFi | Nature of data stored in the bar code: Parameters for connecting to a Wi-Fi network (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 | Correction level of the error of QR Code: about 30% of encoded words can be restored. | BarCode variable |
qrcodeLevelL | Correction level of the error of QR Code: about 7% of encoded words can be restored. | BarCode variable |
qrcodeLevelM | Correction level of the error of QR Code: about 15% of encoded words can be restored. | BarCode variable |
qrcodeLevelQ | Correction level of the error of QR Code: about 25% of encoded words can be restored. | BarCode variable |