Web API Edition | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_QRCodeOptions_ErrorLevel", "Gets or sets the error correction level for the barcode.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property ErrorLevel As QRCodeErrorLevel
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_QRCodeOptions_ErrorLevel", "Gets or sets the error correction level for the barcode.")]
    [NotifyParentProperty(true)]
    public QRCodeErrorLevel ErrorLevel {get; set;}
    See Also