Gets or sets the Error Correction Level to apply for QR Code symbology.
object.QRCodeErrorCorrectionLevel [=Value]
QRCodeErrorCorrectionLevel Enumeration
The following settings are available:
Constant | Value | Description |
L | 0 | 15% codewords can be restored. |
M | 1 | 7% codewords can be restored. |
Q | 2 | 30% codewords can be restored. |
H | 3 | 25% codewords can be restored. |