ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1QRCode Namespace / C1QRCode Class / ErrorCorrectionLevel Property

In This Topic
    ErrorCorrectionLevel Property
    In This Topic
    Gets or sets the error correction level used to create the QR code.
    Syntax
    'Declaration
     
    Public Property ErrorCorrectionLevel As ErrorCorrectionLevel
    public ErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
    Remarks

    Higher levels of error correction add more redundant information to the QR code, making it more resistant to damage. Higher levels of error correction also reduce the amount of data that can be encoded in a given area.

    The default value for this property is the lowest level, which produces the most compact QR codes.

    See Also