C1.WinUI.BarCode Assembly / C1.BarCode Namespace / DataMatrixEcc200EncodingMode Enumeration
DataMatrixEcc200EncodingMode Enumeration
The enumeration of encoding char set under ECC200 mode.
Syntax
public enum DataMatrixEcc200EncodingMode : System.Enum 
Members
MemberDescription
ASCIIASCII.
AutoAuto. The encoding char set will be selected automatically to achieve a better compression efficiency.
Base256Base256.
C40C40.
EDIFACTEDIFACT. Only 63 EDIFACT characters are supported by this char set.
TextText.
X12X12. Only 40 X12 characters are supported by this char set.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.DataMatrixEcc200EncodingMode

See Also