Code128Alphabet Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Describes alphabet options for Code 128 symbology.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | (0) The alphabet to use selected automatically. Different parts of a barcode can be encoded with different alphabets. This alphabet type allows all ASCII table to be encoded with minimum output barcode width. | |
A | 1 | (1) The A alphabet. Allows only character from NUL (ASCII 0) to '_' (ASCII 95) to be encoded. | |
B | 2 | (2) The B alphabet. Allows only character from SPACE (ASCII 32) to DEL (ASCII 127) to be encoded. | |
C | 3 | (3) The C alphabet. Allows only numeric values having even length to be encoded. This alphabet allows most efficient encoding of numeric values having even length. |
See Also