ActiveReports 8
DataMatrixEcc200EncodingMode Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace : DataMatrixEcc200EncodingMode Enumeration

Glossary Item Box

The enumeration of encoding char set under ECC200 mode.

Syntax

Visual Basic (Declaration) 
Public Enum DataMatrixEcc200EncodingMode 
   Inherits System.Enum
C# 
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
         GrapeCity.ActiveReports.Options.DataMatrixEcc200EncodingMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also