Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.72 KB

AztecParams.md

File metadata and controls

22 lines (17 loc) · 1.72 KB

aspose_barcode_cloud.model.AztecParams

Load the model package

import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';

Aztec parameters.

Properties

Name Type Description Notes
aspectRatio double Height/Width ratio of 2D BarCode module. [optional] [default to null]
errorLevel int Level of error correction of Aztec types of barcode. Value should between 10 to 95. [optional] [default to null]
symbolMode AztecSymbolMode Aztec Symbol mode. Default value: AztecSymbolMode.Auto. [optional] [default to null]
textEncoding String 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] [default to null]
encodeMode AztecEncodeMode Encoding mode for Aztec barcodes. Default value: Auto [optional] [default to null]
eCIEncoding ECIEncodings Identifies ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1. [optional] [default to null]
isReaderInitialization bool Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. [optional] [default to null]
layersCount 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] [default to null]