BarCode for WinForms
DataMatrixEccMode 列挙体

C1.Win.BarCode.4.5.2 アセンブリ > C1.BarCode 名前空間 : DataMatrixEccMode 列挙体
The ECC mode enumeration.
シンタックス
'宣言
 
Public Enum DataMatrixEccMode 
   Inherits System.Enum
public enum DataMatrixEccMode : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.DataMatrixEccMode

参照

C1.BarCode 名前空間