[]
Defines QRCode Error Correction level to restore data if the code is dirty or damaged. Please refer to the details about ErrorCorrectionLevel
public enum QrCodeCorrectionLevel
| Name | Description |
|---|---|
| High | It corrects code approx 30% |
| Low | It corrects code approx 7% |
| Medium | It corrects code approx 15% |
| Quartile | It corrects code approx 25% |