Class EncodeOptions
- Namespace
- VisioForge.Core.LibDMTX
- Assembly
- VisioForge.Core.dll
Options used for encoding DataMatrix symbols.
public class EncodeOptionsInheritance
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 CodeTypeField Value
MarginSize
Whitespace padding in pixels around symbol.
public ushort MarginSizeField Value
ModuleSize
The size in pixels of each element in the symbol.
public ushort ModuleSizeField Value
Rotate
public ushort RotateField Value
Scheme
The encoding to apply to the symbol.
public Scheme SchemeField Value
SizeIdx
Size of the symbol to generate.
public CodeSize SizeIdx