ActiveReports 6 Online Help
ErrorLevel Property (QRCodeOptions)

Gets or sets the error correction level for the barcode.
Syntax
'Declaration
 
Public Property ErrorLevel As QRCodeErrorLevel
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QRCodeOptions Class
QRCodeOptions Members
QRCodeErrorLevel Enumeration

Send Feedback