Click or drag to resize
QRCodeSettingsErrorCorrectionLevel Property
There are four possible values to choose from - L(Low), M(Medium), Q(Quartile), H(High). These values allow for 7%, 15%, 25% and 30% recovery of symbol code words. Additionally, choosing a higher version of error correction dedicates a larger portion of modules for error correction. Thus, given two QR codes with the same sizes, the one with a lower error correction level would be able to accommodate more data.

Namespace: Kettic.AspNet.Controls.Barcode
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ModesErrorCorrectionLevel ErrorCorrectionLevel { get; set; }

Property Value

Type: ModesErrorCorrectionLevel
See Also