AztecDetails
AztecDetails
is one of the detailedResult
in class TextResult
. It stores the Aztec code details.
class com.dynamsoft.dbr.AztecDetails;
Attribute | Type | Descriptions |
---|---|---|
moduleSize |
int | The barcode module size (the minimum bar width in pixel). |
rows |
int | The row count of the barcode. |
columns |
int | The column count of the barcode. |
layerNumber |
int | A negative number (-1, -2, -3, -4) specifies a compact Aztec code. A positive number (1, 2, .. 32) specifies a normal (full-rang) Aztec code. |
moduleSize
The barcode module size (the minimum bar width in pixel).
int moduleSize
rows
The row count of the barcode.
int rows
columns
The column count of the barcode.
int columns
layerNumber
A negative number (-1, -2, -3, -4) specifies a compact Aztec code. A positive number (1, 2, .. 32) specifies a normal (full-rang) Aztec code.
int layerNumber