AztecDetails
Stores the Aztec details.
Attributes
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
layerNumber |
int |
moduleSize
The barcode module size (the minimum bar width in pixel).
int com.dynamsoft.dbr.AztecDetails.moduleSize
rows
The row count of the barcode.
int com.dynamsoft.dbr.AztecDetails.rows
columns
The column count of the barcode.
int com.dynamsoft.dbr.AztecDetails.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 com.dynamsoft.dbr.AztecDetails.layerNumber