CodeGlyphX logo
CodeGlyphX

API Reference

Class

RmQrDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Result of decoding a rectangular Micro QR (rMQR) module grid.

Inheritance

  • Object
  • RmQrDecoded

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

Properties

public Int32 Version { get; } #

Gets the decoded ISO/IEC 23941 symbol version (1..32).

public String VersionName { get; } #

Gets the human-readable version name, such as R11x27.

public QrErrorCorrectionLevel ErrorCorrectionLevel { get; } #

Gets the decoded error correction level.

public Boolean IsGs1 { get; } #

Gets whether FNC1 in first position identifies a GS1 payload.

public Nullable<Int32> EciAssignmentNumber { get; } #

Gets the last decoded ECI assignment number, when present.

public Byte[] Bytes { get; } #

Gets the decoded payload bytes.

public String Text { get; } #

Gets the decoded payload interpreted as text.