AztecParameters
Contents
[
Hide
]AztecParameters class
Module: aspose_barcode.generation.aztec_parameters
Aztec parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this. . |
Properties
| Name | Type | Description |
|---|---|---|
| aspect_ratio | float | Height/Width ratio of 2D BarCode module. |
| aztec_encode_mode | AztecEncodeMode | Gets a Aztec encode mode. Default value: Auto. |
| aztec_error_level | int | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| aztec_symbol_mode | AztecSymbolMode | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
| eci_encoding | ECIEncodings | |
| encode_mode | AztecEncodeMode | |
| error_level | int | |
| layers_count | 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). |
| reader_initialization | bool | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
| structured_append_barcode_id | int | |
| structured_append_barcodes_count | int | |
| structured_append_file_id | Optional[str] | |
| symbol_mode | AztecSymbolMode |