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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : QrCodeCorrectionLevel 列挙体
Defines QRCode Error Correction level to restore data if the code is dirty or damaged. Please refer to the details about ErrorCorrectionLevel
シンタックス
'宣言
 
Public Enum QrCodeCorrectionLevel 
   Inherits System.Enum
public enum QrCodeCorrectionLevel : System.Enum 
メンバ
メンバ解説
HighIt corrects code approx 30%
LowIt corrects code approx 7%
MediumIt corrects code approx 15%
QuartileIt corrects code approx 25%
継承階層

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

参照

C1.Web.Mvc 名前空間