AztecParameters

AztecParameters class

Namespace: Aspose.Barcode.Generation

Aztec parameters.

Constructors

NameDescription
__construct

Methods

NameStaticDescription
isReaderInitializationNoUsed to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
setReaderInitializationNoUsed to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

Properties

NameRead/WriteDescription
AspectRatioRead/WriteHeight/Width ratio of 2D BarCode module.
AztecEncodeModeRead/WriteGets a Aztec encode mode. Default value: Auto.
AztecErrorLevelRead/WriteLevel of error correction of Aztec types of barcode. Value should between 5 to 95.
AztecSymbolModeRead/WriteGets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
ECIEncodingRead/WriteGets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
EncodeModeRead/WriteGets a Aztec encode mode. Default value: Auto.
ErrorLevelRead/WriteLevel of error correction of Aztec types of barcode. Value should between 5 to 95.
LayersCountRead/WriteGets 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).
StructuredAppendBarcodeIdRead/WriteBarcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
StructuredAppendBarcodesCountRead/WriteBarcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
StructuredAppendFileIdRead/WriteFile ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
SymbolModeRead/WriteGets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.