AztecParameters

AztecParameters class

Aztec parameters.

new AztecParameters()

Methods

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