Class AztecResultMetadata
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
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
Layers
Gets the nb layers.
public int Layers { get; }
Property Value
Methods
ToString()
string represenation of that instance
public override string ToString()