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