| Visual Basic (Declaration) | |
|---|---|
Public Enum DataMatrixEcc200EncodingMode Inherits System.Enum  | |
| C# | |
|---|---|
public enum DataMatrixEcc200EncodingMode : System.Enum  | |
| Member | Description | 
|---|---|
| ASCII | ASCII. | 
| Auto | Auto. The encoding char set will be selected automatically to achieve a better compression efficiency. | 
| Base256 | Base256. | 
| C40 | C40. | 
| EDIFACT | EDIFACT. Only 63 EDIFACT characters are supported by this char set. | 
| Text | Text. | 
| X12 | X12. Only 40 X12 characters are supported by this char set. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Options.DataMatrixEcc200EncodingMode