Link Search Menu Expand Document

AztecCompactionMode Enumeration

Describes all possible compaction (encoding) modes for Aztec symbology.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public enum AztecCompactionMode
Members
Member nameValueDescription
Auto-1 (-1) Default. Library is mixing binary and ASCII encoding modes to get minimal size possible
Binary0 (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

Reference