CodeGlyphX logo
CodeGlyphX

API Reference

Class

MicroQrDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Result of decoding a Micro QR code payload.

Inheritance

  • Object
  • MicroQrDecoded

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 Micro QR version (1..4).

public QrErrorCorrectionLevel ErrorCorrectionLevel { get; } #

Gets the decoded error correction level.

public Int32 Mask { get; } #

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

public Byte[] Bytes { get; } #

Gets the decoded payload bytes.

public String Text { get; } #

Gets the decoded payload interpreted as text.