AztecDetails
AztecDetails represents details specific to an Aztec barcode.
Definition
Namespace: Dynamsoft.BarcodeReader.Maui
Assembly: Dynamsoft.BarcodeReader.Maui
class AztecDetails
Properties
| Property | Type | Description |
|---|---|---|
Rows |
int | The number of rows of the Aztec barcode. |
Columns |
int | The number of columns in the Aztec barcode. |
LayerNumber |
int | The layer number of the Aztec barcode. |
Rows
The number of rows of the Aztec barcode, indicating how many rows of modules it contains.
int Rows { get; }
Columns
The number of columns in the Aztec barcode, indicating how many columns of modules it contains.
int Columns { get; }
LayerNumber
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 LayerNumber { get; }