ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / QRCode Class / ErrorCorrectionLevel Property

In This Topic
    ErrorCorrectionLevel Property
    In This Topic
    Gets or sets the error correction level used to create the QR code.

    For more details see C1.Win.C1BarCode.C1QRCode documentation.

    Syntax
    'Declaration
     
    Public Property ErrorCorrectionLevel As QRCode.ErrorCorrectionLevelEnum
    public QRCode.ErrorCorrectionLevelEnum ErrorCorrectionLevel {get; set;}
    See Also