Class SymbolInfo
- Namespace
- VisioForge.Core.LibDMTX
- Assembly
- VisioForge.Core.dll
Information about a DataMatrix symbol.
public class SymbolInfoInheritance
Inherited Members
Fields
Angle
Orientation angle of the symbol in degrees.
public ushort AngleField Value
Capacity
Total data capacity of the symbol in bytes.
public ushort CapacityField Value
Cols
Number of columns in the symbol grid.
public ushort ColsField Value
DataWords
Number of data codewords in the symbol.
public ushort DataWordsField Value
ErrorWords
Number of error-correction codewords in the symbol.
public ushort ErrorWordsField Value
HorizDataRegions
Number of horizontal data regions in the symbol.
public ushort HorizDataRegionsField Value
InterleavedBlocks
Number of interleaved Reed-Solomon blocks used for error correction.
public ushort InterleavedBlocksField Value
PadWords
Number of padding codewords added to fill the symbol.
public ushort PadWordsField Value
Rows
Number of rows in the symbol grid.
public ushort RowsField Value
VertDataRegions
Number of vertical data regions in the symbol.
public ushort VertDataRegions