CodeGlyphX logo
CodeGlyphX

API Reference

Class

CodeGlyphDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Result of decoding a QR or barcode symbol.

Inheritance

  • Object
  • CodeGlyphDecoded

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public CodeGlyphKind Kind { get; } #

Gets the decoded symbol kind.

public QrDecoded Qr { get; } #

Gets the decoded QR result when Kind is Qr.

public BarcodeDecoded Barcode { get; } #

Gets the decoded barcode result when Kind is Barcode1D.

public String DataMatrixText { get; } #

Gets the decoded Data Matrix text when Kind is DataMatrix.

public String Pdf417Text { get; } #

Gets the decoded PDF417 text when Kind is Pdf417.

public Pdf417Decoded Pdf417 { get; } #

Gets the decoded PDF417 payload when Kind is Pdf417.

public Pdf417MacroMetadata Pdf417Macro { get; } #

Gets the Macro PDF417 metadata when present.

public String AztecText { get; } #

Gets the decoded Aztec text when Kind is Aztec.

public String Text { get; } #

Gets the decoded text (QR/Barcode/DataMatrix/PDF417/Aztec).

public Byte[] Bytes { get; } #

Gets the decoded payload bytes for QR codes.