CodeGlyphX logo
CodeGlyphX

API Reference

Class

HanXinDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Detailed decoded Han Xin Code payload and structural metadata.

Inheritance

  • Object
  • HanXinDecoded

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 String Text { get; } #

Gets decoded text.

public Byte[] Bytes { get; } #

Gets a copy of decoded bytes.

public Int32 Version { get; } #

Gets the decoded version.

public Int32 ErrorCorrectionLevel { get; } #

Gets the decoded error-correction level.

public Int32 Mask { get; } #

Gets the decoded mask.

public IReadOnlyList<Int32> EciAssignments { get; } #

Gets ECI assignments encountered in payload order.

public String SymbologyIdentifier { get; } #

Gets the AIM symbology identifier.