AztecDetails
AztecDetails extends the BarcodeDetails class and represents details specific to an Aztec barcode.
Definition
Assembly: DynamsoftCaptureVisionBundle.aar
Namespace: com.dynamsoft.dbr
class AztecDetails extends BarcodeDetails
Methods
| Method | Description |
|---|---|
getRows |
Returns the number of rows of the Aztec barcode. |
getColumns |
Returns the number of columns in the Aztec barcode. |
getLayerNumber |
Returns the layer number of the Aztec barcode. |
getRows
Returns the number of rows of the Aztec barcode, indicating how many rows of modules it contains.
int getRows()
Return Value
An integer representing the number of rows in the Aztec barcode.
getColumns
Returns the number of columns in the Aztec barcode, indicating how many columns of modules it contains.
int getColumns()
Return Value
An integer representing the number of columns in the Aztec barcode.
getLayerNumber
Returns the layer number of the Aztec barcode. A negative number (-1, -2, -3, -4) specifies a compact Aztec code, while a positive number (1, 2, .. 32) specifies a normal (full-range) Aztec code. The layer number determines the complexity and capacity of the Aztec barcode.
int getLayerNumber()
Return Value
An integer representing the layer number of the Aztec barcode.