ActiveReports 12
ErrorLevel Property (QRCodeOptions)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Options Namespace > QRCodeOptions Class : ErrorLevel Property
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.
See Also

Reference

QRCodeOptions Class
QRCodeOptions Members