API Reference
Class
Pdf417DecodeDiagnostics
Diagnostics for PDF417 decoding.
Inheritance
- Object
- Pdf417DecodeDiagnostics
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.Pdf417
Accepted by parameters
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodeImage
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePng
- Method Pdf417Code.TryDecodePngFile
- Method Pdf417Code.TryDecodePngFile
- Method Pdf417Code.TryDecodePngFile
Constructors
public Pdf417DecodeDiagnostics() #Inherited Methods
Properties
public Int32 AttemptCount { get; set; } #Number of decode attempts.
public Int32 StartPatternCandidates { get; set; } #Number of start-pattern candidates detected.
public Int32 StartPatternAttempts { get; set; } #Number of start-pattern candidates tried.
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.