Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
AztecDetails
Stores the Aztec details.
public class AztecDetails
Attributes
Attribute | Type |
---|---|
ModuleSize |
int |
Rows |
int |
Columns |
int |
LayerNumber |
int |
ModuleSize
The barcode module size (the minimum bar width in pixel).
int Dynamsoft.AztecDetails.ModuleSize
Rows
The row count of the barcode.
int Dynamsoft.AztecDetails.Rows
Columns
The column count of the barcode.
int Dynamsoft.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 Dynamsoft.AztecDetails.LayerNumber