BarCode for WinForms
DataMatrixEcc200EncodingMode 列挙体

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

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.DataMatrixEcc200EncodingMode

参照

C1.BarCode 名前空間