 | ErrorCorrection Enumeration |
Error correction level for two dimensional barcode symbologies.
These define the tolerance levels for how much of the code can
be lost before the code cannot be recovered. Higher levels will
increase the size of the barcodes.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic enum ErrorCorrection
Members
| Member name | Value | Description |
---|
| Low | 0 |
Encode minimal allowed error correction code.
|
| Normal | 1 |
Set error correction appropriate for normal use.
|
| Medium | 2 |
Set medium level of error correction, higher than normal.
|
| High | 3 |
Set the maximum allowed level of error correction.
|
| L | 0 |
QRCode: 7% may be lost before recovery is not possible
|
| M | 1 |
QRCode: 15% may be lost before recovery is not possible
|
| Q | 2 |
QRCode: 25% may be lost before recovery is not possible
|
| H | 3 |
QRCode: 30% may be lost before recovery is not possible
|
See Also