Aspose::BarCode::Generation::AztecParameters class

AztecParameters class

Aztec parameters.

class AztecParameters : public System::Object

Methods

MethodDescription
get_AspectRatio()Height/Width ratio of 2D BarCode module.
get_AztecEncodeMode() constGets a Aztec encode mode. Default value: Auto.
get_AztecErrorLevel()Level of error correction of Aztec types of barcode. Value should between 5 to 95.
get_AztecSymbolMode() constGets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
get_ECIEncoding() constGets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1.
get_IsReaderInitialization() constUsed to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
get_LayersCount() constGets 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).
get_StructuredAppendBarcodeId() constBarcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0.
get_StructuredAppendBarcodesCount() constBarcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0.
get_StructuredAppendFileId() constFile ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string.
set_AspectRatio(float)Height/Width ratio of 2D BarCode module.
set_AztecEncodeMode(Aspose::BarCode::Generation::AztecEncodeMode)Sets a Aztec encode mode. Default value: Auto.
set_AztecErrorLevel(int32_t)Level of error correction of Aztec types of barcode. Value should between 5 to 95.
set_AztecSymbolMode(Aspose::BarCode::Generation::AztecSymbolMode)Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
set_ECIEncoding(ECIEncodings)Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1.
set_IsReaderInitialization(bool)Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
set_LayersCount(int32_t)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).
set_StructuredAppendBarcodeId(int32_t)Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0.
set_StructuredAppendBarcodesCount(int32_t)Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0.
set_StructuredAppendFileId(System::String)File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string.
ToString() const overrideReturns a human-readable string representation of this AztecParameters.

See Also