ASP.NET Core MVC コントロールヘルプ
QrCodeModel 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : QrCodeModel 列挙体
Indicates the model style of QRCode used.
シンタックス
'宣言
 
Public Enum QrCodeModel 
   Inherits System.Enum
public enum QrCodeModel : System.Enum 
メンバ
メンバ解説
Model1QRCode model1:Original model. Model1 is the prototype of Model2 and Micro QR.1 to 14 versions are registered to the AIMI standard.
Model2QRCode model2:Extended model. Model2 has an alignment pattern for better position adjustment and contains larger data than Model 1. 1 to 40 version are registered to the AIMI standard.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.QrCodeModel

参照

C1.Web.Mvc 名前空間