CodeGlyphX logo
CodeGlyphX

API Reference

Class

DotCodeDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Detailed DotCode payload and control metadata.

Inheritance

  • Object
  • DotCodeDecoded

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 the decoded text.

public Byte[] Bytes { get; } #

Gets a copy of the decoded payload bytes.

public Boolean HasFnc1 { get; } #

Gets whether FNC1 separators occurred in the payload.

public Boolean ReaderInitialization { get; } #

Gets whether the symbol contains reader initialization.

public Int32 Mask { get; } #

Gets the selected data mask from 0 through 3.

public IReadOnlyList<Int32> EciAssignments { get; } #

Gets ECI assignments encountered in payload order.

public Nullable<Int32> StructuredAppendIndex { get; } #

Gets the one-based structured-append index.

public Nullable<Int32> StructuredAppendCount { get; } #

Gets the structured-append count.

public String SymbologyIdentifier { get; } #

Gets the AIM symbology identifier for ordinary DotCode data.