ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / QrCode Class / ErrorCorrectionLevel Property

In This Topic
    ErrorCorrectionLevel Property (QrCode)
    In This Topic
    Gets or sets the restoration ability of QRCode.
    Syntax
    'Declaration
     
    Public Overridable Property ErrorCorrectionLevel As QrCodeCorrectionLevel
    public virtual QrCodeCorrectionLevel ErrorCorrectionLevel {get; set;}
    See Also