Aspose::BarCode::Generation::AztecParameters class
Contents
[
Hide
]AztecParameters class
Aztec parameters.
class AztecParameters : public System::Object
Methods
Method | Description |
---|---|
get_AspectRatio() | Height/Width ratio of 2D BarCode module. |
get_AztecEncodeMode() const | Gets 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() const | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
get_ECIEncoding() const | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1. |
get_IsReaderInitialization() const | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
get_LayersCount() const | 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). |
get_StructuredAppendBarcodeId() const | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0. |
get_StructuredAppendBarcodesCount() const | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0. |
get_StructuredAppendFileId() const | File 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 override | Returns a human-readable string representation of this AztecParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++