Class AztecCode
Aztec 2D code representation
public sealed class AztecCode
- Inheritance
-
AztecCode
- Inherited Members
Constructors
AztecCode()
public AztecCode()
Properties
CodeWords
Number of data codewords
public int CodeWords { get; set; }
Property Value
Layers
Number of levels
public int Layers { get; set; }
Property Value
Matrix
The symbol image
public BitMatrix Matrix { get; set; }
Property Value
Size
Size in pixels (width and height)
public int Size { get; set; }
Property Value
isCompact
Compact or full symbol indicator
public bool isCompact { get; set; }