Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
AztecSymbolMode Class Reference

Specifies the Aztec symbol mode. More...

Inherits Enum.

Static Public Attributes

int AUTO = 0
 Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. More...
 
int COMPACT = 1
 Specifies the COMPACT symbol for Aztec. More...
 
int FULL_RANGE = 2
 Specifies the FULL-range symbol for Aztec. More...
 
int RUNE = 3
 Specifies the RUNE symbol for Aztec. More...
 

Detailed Description

Specifies the Aztec symbol mode.

generator = Generation.BarcodeGenerator(Generation.EncodeTypes.AZTEC, None)
generator.setCodeText("154",None)
generator.getParameters().getBarcode().getAztec().setAztecSymbolMode(Generation.AztecSymbolMode.RUNE)
generator.save(self.image_path_to_save4, Generation.BarCodeImageFormat.PNG)

Member Data Documentation

◆ AUTO

int AUTO = 0
static

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

This is default value.

◆ COMPACT

int COMPACT = 1
static

Specifies the COMPACT symbol for Aztec.

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

◆ FULL_RANGE

int FULL_RANGE = 2
static

Specifies the FULL-range symbol for Aztec.

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

◆ RUNE

int RUNE = 3
static

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.