AztecParameters
AztecParameters class
Aztec parameters.
new AztecParameters()
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 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() | Sets a Aztec encode mode. Default value: Auto. |
| setAztecErrorLevel() | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| setAztecSymbolMode() | 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. |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
getAztecEncodeMode()
Deprecated. See method description for replacement.
Gets a Aztec encode mode. Default value: Auto.
getAztecErrorLevel()
Deprecated. See method description for replacement.
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
getAztecSymbolMode()
Deprecated. See method description for replacement.
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.
Returns: a Aztec encode mode.
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.
Returns: a Aztec Symbol mode.
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. See method description for replacement.
Sets a Aztec encode mode. Default value: Auto.
setAztecErrorLevel()
Deprecated. See method description for replacement.
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
setAztecSymbolMode()
Deprecated. See method description for replacement.
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.
| Parameter | Description |
|---|---|
| value | a Aztec encode mode. |
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 32 for Full Range mode. Default value: 0 (auto).
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 value: 0
setStructuredAppendBarcodesCount()
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
setStructuredAppendFileId()
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
setSymbolMode(value)
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
| Parameter | Description |
|---|---|
| value | a Aztec Symbol mode. |
toString()
Returns a human-readable string representation of this AztecParameters.
Returns: A string that represents this AztecParameters.