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

Glossary Item Box

The ECC mode enumeration.

Syntax

Visual Basic (Declaration) 
Public Enum DataMatrixEccMode 
   Inherits System.Enum
C# 
public enum DataMatrixEccMode : System.Enum 

Members

MemberDescription
ECC000ECC000. This mode encodes data with only CRC checksum, no additional error checking bits. Data encoded with this ECC mode usually requiers the smallest symbol size.
ECC050ECC050.
ECC080ECC080.
ECC100ECC100.
ECC140ECC140.
ECC200ECC200. This is the suggested ECC mode. Data encoded with this ECC mode will be protedted Reed-Solomon error checking and correcting algorithm.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Options.DataMatrixEccMode

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