Table of Contents

Class EncodeOptions

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

Options used for encoding DataMatrix symbols.

public class EncodeOptions

Inheritance

Inherited Members

Constructors

EncodeOptions()

Initializes a new instance of the VisioForge.Core.LibDMTX.EncodeOptions class.

public EncodeOptions()

Fields

CodeType

Type of symbol to generate.

public CodeType CodeType

Field Value

CodeType

MarginSize

Whitespace padding in pixels around symbol.

public ushort MarginSize

Field Value

ushort

ModuleSize

The size in pixels of each element in the symbol.

public ushort ModuleSize

Field Value

ushort

Rotate

public ushort Rotate

Field Value

ushort

Scheme

The encoding to apply to the symbol.

public Scheme Scheme

Field Value

Scheme

SizeIdx

Size of the symbol to generate.

public CodeSize SizeIdx

Field Value

CodeSize