Table of Contents

Class AztecResultMetadata

Namespace
ZXing.Aztec
Assembly
zxing.dll

Aztec result meta data.

public sealed class AztecResultMetadata
Inheritance
AztecResultMetadata
Inherited Members

Constructors

AztecResultMetadata(bool, int, int)

public AztecResultMetadata(bool compact, int datablocks, int layers)

Parameters

compact bool
datablocks int
layers int

Properties

Compact

Gets a value indicating whether this Aztec code is compact.

public bool Compact { get; }

Property Value

bool

true if compact; otherwise, false.

Datablocks

Gets the nb datablocks.

public int Datablocks { get; }

Property Value

int

Layers

Gets the nb layers.

public int Layers { get; }

Property Value

int

Methods

ToString()

string represenation of that instance

public override string ToString()

Returns

string