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