AztecParameters

AztecParameters class

Module: aspose_barcode.generation.aztec_parameters

Aztec parameters.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNoReturns a human-readable string representation of this. .

Properties

NameTypeDescription
aspect_ratiofloatHeight/Width ratio of 2D BarCode module.
aztec_encode_modeAztecEncodeModeGets a Aztec encode mode. Default value: Auto.
aztec_error_levelintLevel of error correction of Aztec types of barcode. Value should between 5 to 95.
aztec_symbol_modeAztecSymbolModeGets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
eci_encodingECIEncodings
encode_modeAztecEncodeMode
error_levelint
layers_countintGets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
reader_initializationboolUsed to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
structured_append_barcode_idint
structured_append_barcodes_countint
structured_append_file_idOptional[str]
symbol_modeAztecSymbolMode

AztecParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

AztecParameters.str

__str__(self) -> str

Returns a human-readable string representation of this. .

Return Type: str — A string that represents thisAztecParameters .

AztecParameters.aspect_ratio

Type: float

Height/Width ratio of 2D BarCode module.

Height/Width ratio of 2D BarCode module.

ParameterTypeDescription
valuefloat

AztecParameters.aztec_encode_mode

Type: AztecEncodeMode

Gets a Aztec encode mode. Default value: Auto.

Gets a Aztec encode mode. Default value: Auto.

ParameterTypeDescription
valueAztecEncodeMode

AztecParameters.aztec_error_level

Type: int

Level of error correction of Aztec types of barcode. Value should between 5 to 95.

Level of error correction of Aztec types of barcode. Value should between 5 to 95.

ParameterTypeDescription
valueint

AztecParameters.aztec_symbol_mode

Type: AztecSymbolMode

Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.

Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.

ParameterTypeDescription
valueAztecSymbolMode

AztecParameters.eci_encoding

Type: ECIEncodings

ParameterTypeDescription
valueECIEncodings

AztecParameters.encode_mode

Type: AztecEncodeMode

ParameterTypeDescription
valueAztecEncodeMode

AztecParameters.error_level

Type: int

ParameterTypeDescription
valueint

AztecParameters.layers_count

Type: int

Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

ParameterTypeDescription
valueint

AztecParameters.reader_initialization

Type: bool

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

ParameterTypeDescription
valuebool

AztecParameters.structured_append_barcode_id

Type: int

ParameterTypeDescription
valueint

AztecParameters.structured_append_barcodes_count

Type: int

ParameterTypeDescription
valueint

AztecParameters.structured_append_file_id

Type: Optional[str]

ParameterTypeDescription
valuestr

AztecParameters.symbol_mode

Type: AztecSymbolMode

ParameterTypeDescription
valueAztecSymbolMode