Aspose.Barcode for Python via Java Generation and Recognition API docs
AztecParameters Class Reference

Aztec parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this. More...
 
float aspect_ratio (self)
 Height/Width ratio of 2D BarCode module. More...
 
None aspect_ratio (self, float value)
 Height/Width ratio of 2D BarCode module. More...
 
AztecEncodeMode aztec_encode_mode (self)
 Gets a Aztec encode mode. More...
 
None aztec_encode_mode (self, AztecEncodeMode value)
 Gets a Aztec encode mode. More...
 
int aztec_error_level (self)
 Level of error correction of Aztec types of barcode. More...
 
None aztec_error_level (self, int value)
 Level of error correction of Aztec types of barcode. More...
 
AztecSymbolMode aztec_symbol_mode (self)
 Gets a Aztec Symbol mode. More...
 
None aztec_symbol_mode (self, AztecSymbolMode value)
 Gets a Aztec Symbol mode. More...
 
ECIEncodings eci_encoding (self)
 
None eci_encoding (self, ECIEncodings value)
 
AztecEncodeMode encode_mode (self)
 
None encode_mode (self, AztecEncodeMode value)
 
int error_level (self)
 
None error_level (self, int value)
 
int layers_count (self)
 Gets layers count of Aztec symbol. More...
 
None layers_count (self, int value)
 Gets layers count of Aztec symbol. More...
 
bool reader_initialization (self)
 Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More...
 
None reader_initialization (self, bool value)
 Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More...
 
int structured_append_barcode_id (self)
 
None structured_append_barcode_id (self, int value)
 
int structured_append_barcodes_count (self)
 
None structured_append_barcodes_count (self, int value)
 
Optional[str] structured_append_file_id (self)
 
None structured_append_file_id (self, str value)
 
AztecSymbolMode symbol_mode (self)
 
def symbol_mode (self, AztecSymbolMode value)
 

Detailed Description

Aztec parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this.

AztecParameters

.

Returns
: A string that represents this
AztecParameters
.

◆ aspect_ratio() [1/2]

float aspect_ratio (   self)

Height/Width ratio of 2D BarCode module.

◆ aspect_ratio() [2/2]

None aspect_ratio (   self,
float  value 
)

Height/Width ratio of 2D BarCode module.

◆ aztec_encode_mode() [1/2]

AztecEncodeMode aztec_encode_mode (   self)

Gets a Aztec encode mode.

Default value: Auto.

◆ aztec_encode_mode() [2/2]

None aztec_encode_mode (   self,
AztecEncodeMode  value 
)

Gets a Aztec encode mode.

Default value: Auto.

◆ aztec_error_level() [1/2]

int aztec_error_level (   self)

Level of error correction of Aztec types of barcode.

Value should between 5 to 95.

◆ aztec_error_level() [2/2]

None aztec_error_level (   self,
int  value 
)

Level of error correction of Aztec types of barcode.

Value should between 5 to 95.

◆ aztec_symbol_mode() [1/2]

AztecSymbolMode aztec_symbol_mode (   self)

Gets a Aztec Symbol mode.

Default value: AztecSymbolMode.Auto.

◆ aztec_symbol_mode() [2/2]

None aztec_symbol_mode (   self,
AztecSymbolMode  value 
)

Gets a Aztec Symbol mode.

Default value: AztecSymbolMode.Auto.

◆ eci_encoding() [1/2]

ECIEncodings eci_encoding (   self)

◆ eci_encoding() [2/2]

None eci_encoding (   self,
ECIEncodings  value 
)

◆ encode_mode() [1/2]

AztecEncodeMode encode_mode (   self)
Gets a Aztec encode mode.
Default value: Auto.

:return: A Aztec encode mode.

◆ encode_mode() [2/2]

None encode_mode (   self,
AztecEncodeMode  value 
)
Sets a Aztec encode mode.
Default value: Auto.

:param value: A Aztec encode mode.

◆ error_level() [1/2]

int error_level (   self)
Level of error correction of Aztec types of barcode.
Value should between 5 to 95.

◆ error_level() [2/2]

None error_level (   self,
int  value 
)
Level of error correction of Aztec types of barcode.
Value should between 5 to 95.

◆ layers_count() [1/2]

int layers_count (   self)

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).

◆ layers_count() [2/2]

None layers_count (   self,
int  value 
)

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).

◆ reader_initialization() [1/2]

bool reader_initialization (   self)

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

◆ reader_initialization() [2/2]

None reader_initialization (   self,
bool  value 
)

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

◆ structured_append_barcode_id() [1/2]

int structured_append_barcode_id (   self)

◆ structured_append_barcode_id() [2/2]

None structured_append_barcode_id (   self,
int  value 
)

◆ structured_append_barcodes_count() [1/2]

int structured_append_barcodes_count (   self)

◆ structured_append_barcodes_count() [2/2]

None structured_append_barcodes_count (   self,
int  value 
)

◆ structured_append_file_id() [1/2]

Optional[str] structured_append_file_id (   self)

◆ structured_append_file_id() [2/2]

None structured_append_file_id (   self,
str  value 
)

◆ symbol_mode() [1/2]

AztecSymbolMode symbol_mode (   self)
Gets a Aztec Symbol mode.
Default value: AztecSymbolMode.Auto.

:return: A Aztec Symbol mode.

◆ symbol_mode() [2/2]

def symbol_mode (   self,
AztecSymbolMode  value 
)
Sets a Aztec Symbol mode.
Default value: AztecSymbolMode.Auto.

:param value: A Aztec Symbol mode.