Table of Contents

Enum Scheme

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

Encoding schemes for DataMatrix.

public enum Scheme : short

Fields

Ascii = 0

ASCII character 0 to 127. 1 byte per CW.

C40 = 1

Upper-case alphanumeric. 1.5 byte per CW.

Text = 2

Lower-case alphanumeric. 1.5 byte per CW.

X12 = 3

ANSI X12. 1.5 byte per CW.

Edifact = 4

ASCII character 32 to 94. 1.33 bytes per CW.

Base256 = 5

ASCII character 0 to 255. 1 byte per CW.

AutoBest = -1
AutoFast = -2