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