QrErrorCorrectionLevel Enum
Specifies the error correction levels supported by QrCodeSymbology and MicroQrCodeSymbology.
public enum QrErrorCorrectionLevel
Fields
| Name | Description |
|---|---|
| ErrorDetectionOnly | Error detection only, with no error correction capability. Only supported by Micro QR Code version M1. |
| High | High error correction level (~30%). Supported by QR Code. |
| Low | Low error correction level (~7%). Supported by QR Code and Micro QR Code versions M2-M4. |
| Medium | Medium error correction level (~15%). Supported by QR Code and Micro QR Code versions M2-M4. |
| Quartile | Quartile error correction level (~25%). Supported by QR Code and Micro QR Code version M4. |