CodeGlyphX logo
CodeGlyphX

API Reference

Class

CodeGlyphDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Result of decoding a supported matrix or linear 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 MicroQrDecoded MicroQr { get; } #

Gets the decoded Micro QR result when Kind is MicroQr.

public RmQrDecoded RmQr { get; } #

Gets the decoded rMQR result when Kind is RmQr.

public MaxiCodeDecoded MaxiCode { get; } #

Gets the decoded MaxiCode result when Kind is MaxiCode.

public DotCodeDecoded DotCode { get; } #

Gets the decoded DotCode result when Kind is DotCode.

public HanXinDecoded HanXin { get; } #

Gets the decoded Han Xin result when Kind is HanXin.

public Gs1CompositeDecoded Gs1Composite { get; } #

Gets the decoded GS1 Composite result when Kind is Gs1Composite.

public BarcodeDecoded Barcode { get; } #

Gets the decoded barcode result when Kind is Barcode1D.

public DataMatrixDecoded DataMatrix { get; } #

Gets the detailed Data Matrix result when Kind is DataMatrix.

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/Micro QR/Barcode/DataMatrix/PDF417/Aztec).

public Byte[] Bytes { get; } #

Gets the decoded payload bytes for QR and Micro QR codes.