API Reference
Class
BarcodeDecodeDiagnostics
Diagnostics for 1D barcode decoding.
Inheritance
- Object
- BarcodeDecodeDiagnostics
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.Barcode
Accepted by parameters
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
Constructors
public BarcodeDecodeDiagnostics() #Inherited Methods
Properties
public Int32 CandidateCount { get; set; } #Number of scanline candidates tested.
public Int32 AttemptCount { get; set; } #Number of decode attempts across transforms.
public Boolean InvertedTried { get; set; } #True when an inverted candidate was tried.
public Boolean ReversedTried { get; set; } #True when a reversed candidate was tried.
public Boolean Success { get; set; } #True when decode succeeded.
public String Failure { get; set; } #Optional failure message when decoding fails.