Class DmtxDecoded
- Namespace
- VisioForge.Core.LibDMTX
- Assembly
- VisioForge.Core.dll
Result from decoding a DataMatrix symbol.
public class DmtxDecodedInheritance
Inherited Members
Fields
Corners
public Corners CornersField Value
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[] DataField Value
- byte[]
SymbolInfo
Information about the symbol that was decoded.
public SymbolInfo SymbolInfo