PDFQrBarcodeErrorCorrectionLevel¶
Namespace: O2S.Components.PDF4NET.Graphics
Error correction levels defined by QR barcode specification.
Inheritance Object → ValueType → Enum → PDFQrBarcodeErrorCorrectionLevel
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| L | 0 | L error correction level. |
| M | 1 | M error correction level. |
| Q | 2 | Q error correction level. |
| H | 3 | H error correction level. |