Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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

This page is compatible for:

Is this page helpful?

YesYes NoNo