DS.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / DataMatrixEcc200EncodingMode Enumeration

DataMatrixEcc200EncodingMode Enumeration
The enumeration of encoding char set under ECC200 mode.
Syntax
'Declaration
 
Public Enum DataMatrixEcc200EncodingMode 
   Inherits 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
         GrapeCity.Documents.Barcode.DataMatrixEcc200EncodingMode

See Also