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
 
See Also