[]
The enumeration of encoding char set under ECC200 mode.
public enum DataMatrixEcc200EncodingMode
ASCII = 0
ASCII.
Auto = -1
Auto. The encoding char set will be selected automatically to achieve a better compression efficiency.
Base256 = 5
Base256.
C40 = 1
C40.
EDIFACT = 4
EDIFACT. Only 63 EDIFACT characters are supported by this char set.
Text = 2
Text.
X12 = 3
X12. Only 40 X12 characters are supported by this char set.