CodeGlyphX logo
CodeGlyphX

API Reference

Class

BarcodeDecodeDiagnostics

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

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

Accepted by parameters

Constructors

public BarcodeDecodeDiagnostics() #

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.