Barcode for WPF
MicroQRVersion 列挙体

C1.WPF.BarCode アセンブリ > C1.BarCode 名前空間 : MicroQRVersion 列挙体
Sets the MicroQRCode's version.
シンタックス
'宣言
 
Public Enum MicroQRVersion 
   Inherits System.Enum
public enum MicroQRVersion : System.Enum 
メンバ
メンバ解説
AutoThe version of QR code inferred automatically
M1Specifies the micro QR code of version M1 (11 modules).
M2Specifies the micro QR code of version M2 (13 modules).
M3Specifies the micro QR code of version M3 (15 modules).
M4Specifies the micro QR code of version M4 (17 modules).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.MicroQRVersion

参照

C1.BarCode 名前空間