Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
The QRCodeErrorCorrectionLevel value set.The default value is QRCodeErrorCorrectionLevel.ErrorCorrectionAuto.
The error correction level for the QRCode ranges from QRCodeErrorCorrectionLevel.ErrorCorrectionL to a high of QRCodeErrorCorrectionLevel.ErrorCorrectionH. A high error correction level should be used in application where symbol damage is expected. It is recomended that the QRCodeErrorCorrectionLevel.ErrorCorrectionAuto level be used in most cases.