Table of Contents

Class AztecCode

Namespace
ZXing.Aztec.Internal
Assembly
zxing.dll

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

int

Layers

Number of levels

public int Layers { get; set; }

Property Value

int

Matrix

The symbol image

public BitMatrix Matrix { get; set; }

Property Value

BitMatrix

Size

Size in pixels (width and height)

public int Size { get; set; }

Property Value

int

isCompact

Compact or full symbol indicator

public bool isCompact { get; set; }

Property Value

bool