Aztec barcode type/formats. More...
#include <AztecCodeTypeEnum.h>
Aztec barcode type/formats.
This enumeration defines the different types of Aztec codes that can be generated, each with specific characteristics and use cases.
Value | Description |
---|---|
AztecCodeTypeDefault | Uses default error correction level of 23% + 3 codewords |
AztecCodeTypeFixedErrCorrection | User specified error correction level from 1 to 99 |
AztecCodeTypeCompact | Compact format barcode |
AztecCodeTypeFull | Full format barcode |
AztecCodeTypeRune | Typically used to encode one byte of data |