API Reference
Class
DataMatrixDecoded
Detailed result of decoding a Data Matrix symbol.
Inheritance
- Object
- DataMatrixDecoded
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
- Property CodeGlyphDecoded.DataMatrix
Accepted by parameters
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixCode.TryDecodePngDetailed
- Method DataMatrixCode.TryDecodePngDetailed
- Method DataMatrixCode.TryDecodePngDetailed
- Method DataMatrixCode.TryDecodePngDetailed
Inherited Methods
Properties
public String Text { get; } #Gets the decoded text.
public Boolean IsGs1 { get; } #Gets whether FNC1 in first position identified a GS1 payload.
public Nullable<DataMatrixStructuredAppend> StructuredAppend { get; } #Gets structured-append metadata, when present.
public Boolean ReaderProgramming { get; } #Gets whether Reader Programming was declared.
public DataMatrixMacro Macro { get; } #Gets the Macro 05/06 control mode.
public IReadOnlyList<Int32> EciAssignments { get; } #Gets ECI assignments encountered in payload order.
public Int32 Rows { get; } #Gets the symbol row count.
public Int32 Columns { get; } #Gets the symbol column count.
public Boolean IsDmre { get; } #Gets whether the symbol belongs to the ISO/IEC 21471 DMRE family.