CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Result of decoding a QR code payload.

Inheritance

  • Object
  • QrDecoded

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 Int32 Version { get; } #

Gets the decoded QR version (1..40).

public QrErrorCorrectionLevel ErrorCorrectionLevel { get; } #

Gets the decoded error correction level.

public Int32 Mask { get; } #

Gets the decoded mask pattern (0..7).

public Byte[] Bytes { get; } #

Gets the decoded payload bytes.

public String Text { get; } #

Gets the decoded payload interpreted as text (ISO-8859-1 by default; respects ECI per segment).

public Nullable<QrStructuredAppend> StructuredAppend { get; } #

Structured append metadata when the payload participates in a multi-symbol sequence.

public QrFnc1Mode Fnc1Mode { get; } #

Indicates whether the payload uses FNC1 (GS1) mode.

public QrParsedPayload Parsed { get; } #

Gets the parsed payload when recognized (URL, WiFi, contact, etc.).