ActiveReports3 Request technical support
ErrorLevel Property
See Also 


Gets or sets the error correction level for the barcode.

Syntax

Visual Basic (Declaration) 
Public Property ErrorLevel As QRCodeErrorLevel
Visual Basic (Usage)Copy Code
Dim instance As QRCodeOptions
Dim value As QRCodeErrorLevel
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
C# 
public QRCodeErrorLevel ErrorLevel {get; set;}

Remarks

This property uses the QRCodeErrorLevel enumeration. Low is the lowest error correction value and High is the highest possible error correction level value. As the level increases, the size of the barcode increases.

See Also