API Reference
Class
CodeGlyphDecodeDiagnostics
Diagnostics for unified QR/barcode decoding.
Inheritance
- Object
- CodeGlyphDecodeDiagnostics
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodePng
Constructors
public CodeGlyphDecodeDiagnostics() #Inherited Methods
Properties
public Boolean Success { get; set; } #True when a symbol was decoded.
public Nullable<CodeGlyphKind> SuccessKind { get; set; } #Decoded symbol kind (when successful).
public Nullable<QrPixelDecodeInfo> Qr { get; set; } #QR diagnostics (when attempted).
public BarcodeDecodeDiagnostics Barcode { get; set; } #1D barcode diagnostics (when attempted).
public DataMatrixDecodeDiagnostics DataMatrix { get; set; } #Data Matrix diagnostics (when attempted).
public Pdf417DecodeDiagnostics Pdf417 { get; set; } #PDF417 diagnostics (when attempted).
public AztecDecodeDiagnostics Aztec { get; set; } #Aztec diagnostics (when attempted).
public String Failure { get; set; } #Optional failure message when decoding fails.
public DecodeFailureReason FailureReason { get; set; } #Failure reason when decoding fails.