AztecSymbolMode

AztecSymbolMode enum

Module: aspose_barcode.generation.aztec_symbol_mode

Specifies the Aztec symbol mode.

Enum Values

NameValueDescription
AUTO0Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value.
COMPACT1Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers.
FULL_RANGE2Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers.
RUNE3Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255.

AztecSymbolMode.AUTO

Type: int

Value: 0

Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value.

AztecSymbolMode.COMPACT

Type: int

Value: 1

Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers.

AztecSymbolMode.FULL_RANGE

Type: int

Value: 2

Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers.

AztecSymbolMode.RUNE

Type: int

Value: 3

Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255.