BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / MicroQRCodeOptions Class / ErrorLevel Property

In This Topic
    ErrorLevel Property (MicroQRCodeOptions)
    In This Topic
    Gets or sets the error correction level for the barcode.
    Syntax
    'Declaration
     
    Public Property ErrorLevel As MicroQRCodeErrorLevel
    public MicroQRCodeErrorLevel ErrorLevel {get; set;}
    See Also