API Reference
Class
AztecDecodeDiagnostics
Diagnostics for Aztec decoding.
Inheritance
- Object
- AztecDecodeDiagnostics
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CodeGlyphDecodeDiagnostics.Aztec
Accepted by parameters
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodeImage
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePng
- Method AztecCode.TryDecodePngFile
- Method AztecCode.TryDecodePngFile
- Method AztecCode.TryDecodePngFile
Constructors
public AztecDecodeDiagnostics() #Inherited Methods
Properties
public Int32 AttemptCount { get; set; } #Number of decode attempts (threshold/orientation combinations).
public Boolean InvertedTried { get; set; } #True when inverted decoding was attempted.
public Boolean MirroredTried { get; set; } #True when mirrored decoding was attempted.
public Boolean Success { get; set; } #True when decode succeeded.
public virtual String Failure { get; set; } #Optional failure message when decoding fails.