Table of Contents

Class DmtxDecoded

Namespace
VisioForge.Core.LibDMTX
Assembly
VisioForge.Core.dll

Result from decoding a DataMatrix symbol.

public class DmtxDecoded

Inheritance

Inherited Members

Fields

Corners

public Corners Corners

Field Value

Corners

Data

The data contained in the symbol. If the contains a string use the following code to convert it.

string str = Encoding.ASCII.GetString(decodeResults[0].Data).TrimEnd('\0');
public byte[] Data

Field Value

byte[]

SymbolInfo

Information about the symbol that was decoded.

public SymbolInfo SymbolInfo

Field Value

SymbolInfo