ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property ErrorCorrectionLevel As QrCodeCorrectionLevel
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual QrCodeCorrectionLevel ErrorCorrectionLevel {get; set;}
    See Also