QrErrorCorrectionLevel Enum
Specifies the various error correction levels supported by QrCodeSymbology.
public enum QrErrorCorrectionLevel
Fields
| Name | Description |
|---|---|
| H | Indicates that the error correction level should be 30%. |
| L | Indicates that the error correction level should be 7%. |
| M | Indicates that the error correction level should be 15%. |
| Q | Indicates that the error correction level should be 25%. |