Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.63 KB

File metadata and controls

18 lines (14 loc) · 1.63 KB

AztecParams

Aztec parameters.

Properties

Name Type Description Notes
aspect_ratio float Height/Width ratio of 2D BarCode module. [optional]
error_level int Level of error correction of Aztec types of barcode. Value should between 10 to 95. [optional]
symbol_mode AztecSymbolMode Aztec Symbol mode. Default value: AztecSymbolMode.Auto. [optional]
text_encoding str DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. [optional]
encode_mode AztecEncodeMode Encoding mode for Aztec barcodes. Default value: Auto [optional]
eci_encoding ECIEncodings Identifies ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1. [optional]
is_reader_initialization bool Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. [optional]
layers_count int Gets or sets 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). [optional]

[Back to Model list] [Back to API list] [Back to README]