QRCodeErrorCorrectionLevel Enum
Represents error correction levels of 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 DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.