TelepenAlphabet 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 Telepen symbology.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ASCII | 0 | (0) The alphabet to use ASCII chars (encoded as string) All characters are encoded as ASCII characters. | |
Numeric | 1 | (1) The Numeric alphabet. Works when input value contains numbers only and makes smaller size barcodes by packing each number Input string should contain numbers only. | |
Auto | 2 | (2) Mixed alphabet. Automatically selects appropriate alphabet (ASCII or Numeric) for different parts of barcode. WARNING: Not supported by some hardware barcode readers manufacturers |
See Also