Methods
getAspectRatio()
Height/Width ratio of 2D BarCode module.
- Source:
getAztecEncodeMode()
Gets a Aztec encode mode. Default value: Auto.
- Source:
getAztecErrorLevel()
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
- Source:
getAztecSymbolMode()
Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
- Source:
getECIEncoding()
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
- Source:
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).
- Source:
getStructuredAppendBarcodeId()
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
- Source:
getStructuredAppendBarcodesCount()
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
- Source:
getStructuredAppendFileId()
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
- Source:
isReaderInitialization()
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
- Source:
setAspectRatio()
Height/Width ratio of 2D BarCode module.
- Source:
setAztecEncodeMode()
Sets a Aztec encode mode. Default value: Auto.
- Source:
setAztecErrorLevel()
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
- Source:
setAztecSymbolMode()
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
- Source:
setECIEncoding()
Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
- Source:
setLayersCount()
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).
- Source:
setReaderInitialization()
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
- Source:
setStructuredAppendBarcodeId()
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
- Source:
setStructuredAppendBarcodesCount()
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
- Source:
setStructuredAppendFileId()
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
- Source:
toString()
Returns a human-readable string representation of this {@code AztecParameters}.
Returns:
Type | Description |
---|---|
A string that represents this {@code AztecParameters}. |
- Source: