AztecParameters
Contents
[
Hide
]AztecParameters class
Aztec parameters.
public class AztecParameters : joint.BaseJavaClass
Constructors
| Name | Description |
|---|---|
| AztecParameters(object) | Initializes a new instance of the AztecParameters class. |
Methods
| Name | Description |
|---|---|
| getAspectRatio | Height/Width ratio of 2D BarCode module. |
| getAztecEncodeMode | Gets a Aztec encode mode. Default value: Auto. |
| getAztecErrorLevel | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| getAztecSymbolMode | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
| getECIEncoding | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1. |
| getEncodeMode | Gets a Aztec encode mode. Default value: Auto. |
| getErrorLevel | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| getLayersCount | 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). |
| getStructuredAppendBarcodeId | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0. |
| getStructuredAppendBarcodesCount | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0. |
| getStructuredAppendFileId | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string. |
| getSymbolMode | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
| init | |
| isReaderInitialization | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
| setAspectRatio(object) | Height/Width ratio of 2D BarCode module. |
| setAztecEncodeMode(object) | Sets a Aztec encode mode. Default value: Auto. |
| setAztecErrorLevel(object) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| setAztecSymbolMode(object) | Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
| setECIEncoding(object) | Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1. |
| setEncodeMode(object) | Sets a Aztec encode mode. Default value: Auto. |
| setErrorLevel(object) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| setLayersCount(object) | 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). |
| setReaderInitialization(object) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
| setStructuredAppendBarcodeId(object) | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0. |
| setStructuredAppendBarcodesCount(object) | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0. |
| setStructuredAppendFileId(object) | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string. |
| setSymbolMode(object) | Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
| toString | Returns a human-readable string representation of this AztecParameters. |
See Also
- assembly Aspose.BarCode