Link Search Menu Expand Document

TelepenAlphabet Enumeration

Describes alphabet options for Telepen symbology.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public enum TelepenAlphabet
Members
Member nameValueDescription
ASCII0 (0) The alphabet to use ASCII chars (encoded as string) All characters are encoded as ASCII characters.
Numeric1 (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.
Auto2 (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

Reference