![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
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) |
Aztec parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this.
.
| float aspect_ratio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
| None aspect_ratio | ( | self, | |
| float | value | ||
| ) |
Height/Width ratio of 2D BarCode module.
| AztecEncodeMode aztec_encode_mode | ( | self | ) |
Gets a Aztec encode mode.
Default value: Auto.
| None aztec_encode_mode | ( | self, | |
| AztecEncodeMode | value | ||
| ) |
Gets a Aztec encode mode.
Default value: Auto.
| int aztec_error_level | ( | self | ) |
Level of error correction of Aztec types of barcode.
Value should between 5 to 95.
| None aztec_error_level | ( | self, | |
| int | value | ||
| ) |
Level of error correction of Aztec types of barcode.
Value should between 5 to 95.
| AztecSymbolMode aztec_symbol_mode | ( | self | ) |
Gets a Aztec Symbol mode.
Default value: AztecSymbolMode.Auto.
| None aztec_symbol_mode | ( | self, | |
| AztecSymbolMode | value | ||
| ) |
Gets a Aztec Symbol mode.
Default value: AztecSymbolMode.Auto.
| ECIEncodings eci_encoding | ( | self | ) |
| None eci_encoding | ( | self, | |
| ECIEncodings | value | ||
| ) |
| AztecEncodeMode encode_mode | ( | self | ) |
Gets a Aztec encode mode. Default value: Auto. :return: A Aztec encode mode.
| None encode_mode | ( | self, | |
| AztecEncodeMode | value | ||
| ) |
Sets a Aztec encode mode. Default value: Auto. :param value: A Aztec encode mode.
| int error_level | ( | self | ) |
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
| None error_level | ( | self, | |
| int | value | ||
| ) |
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
| 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).
| 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).
| bool reader_initialization | ( | self | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
| None reader_initialization | ( | self, | |
| bool | value | ||
| ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
| 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 | ) |
Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. :return: A Aztec Symbol mode.
| def symbol_mode | ( | self, | |
| AztecSymbolMode | value | ||
| ) |
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. :param value: A Aztec Symbol mode.