QrCodeErrorCorrectionLevel Enum
The level of error correction to use in the QR code.
public enum QrCodeErrorCorrectionLevel
Public Enum QrCodeErrorCorrectionLevel
Inheritance: ObjectValueTypeEnumQrCodeErrorCorrectionLevel
Fields
QrCodeErrorCorrectionLevel.H | 3 | Allows recovery of up to 30% data loss. |
QrCodeErrorCorrectionLevel.L | 0 | Allows recovery of up to 7% data loss. |
QrCodeErrorCorrectionLevel.M | 1 | Allows recovery of up to 15% data loss. |
QrCodeErrorCorrectionLevel.Q | 2 | Allows recovery of up to 25% data loss. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.