QRCode for ASP.NET Web Forms
ErrorCorrectionLevel Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1QRCode Namespace > C1QRCode Class : ErrorCorrectionLevel Property
Gets or sets the error correction level used to create the QR code.
Syntax
'Declaration
 
Public Property ErrorCorrectionLevel As ErrorCorrectionLevel
public ErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
Remarks

Higher levels of error correction add more redundant information to the QR code, making it more resistant to damage. Higher levels of error correction also reduce the amount of data that can be encoded in a given area.

The default value for this property is the lowest level, which produces the most compact QR codes.

See Also

Reference

C1QRCode Class
C1QRCode Members