Table of Contents

Class SymbolInfo

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

Information about a DataMatrix symbol.

public class SymbolInfo

Inheritance

Inherited Members

Fields

Angle

Orientation angle of the symbol in degrees.

public ushort Angle

Field Value

ushort

Capacity

Total data capacity of the symbol in bytes.

public ushort Capacity

Field Value

ushort

Cols

Number of columns in the symbol grid.

public ushort Cols

Field Value

ushort

DataWords

Number of data codewords in the symbol.

public ushort DataWords

Field Value

ushort

ErrorWords

Number of error-correction codewords in the symbol.

public ushort ErrorWords

Field Value

ushort

HorizDataRegions

Number of horizontal data regions in the symbol.

public ushort HorizDataRegions

Field Value

ushort

InterleavedBlocks

Number of interleaved Reed-Solomon blocks used for error correction.

public ushort InterleavedBlocks

Field Value

ushort

PadWords

Number of padding codewords added to fill the symbol.

public ushort PadWords

Field Value

ushort

Rows

Number of rows in the symbol grid.

public ushort Rows

Field Value

ushort

VertDataRegions

Number of vertical data regions in the symbol.

public ushort VertDataRegions

Field Value

ushort