ComponentOne BarCode for UWP
C1.BarCode Namespace / QRCodeOptions Class / ErrorLevel Property

In This Topic
    ErrorLevel Property (QRCodeOptions)
    In This Topic
    Gets or sets the error correction level for the barcode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ErrorLevel As QRCodeErrorLevel
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public QRCodeErrorLevel ErrorLevel {get; set;}
    See Also