AztecCompactionMode 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 all possible compaction (encoding) modes for Aztec symbology.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Auto | -1 | (-1) Default. Library is mixing binary and ASCII encoding modes to get minimal size possible | |
Binary | 0 | (0) Library forces use of binary encoding For binary encoding you can set value from byte[] array like this: barcode.value = Encoding.Default.GetString(new byte[] { 0, 10, 11, 12, 13, 14, 15}) |
See Also