QRErrorCorrectionLevel Enumeration
|
Specifies the Error Correction Level to apply to the QRCode symbology.
Namespace:
Zebra.Sdk.Card.Graphics.Barcode.Enumerations
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax public enum QRErrorCorrectionLevel
Public Enumeration QRErrorCorrectionLevel
public enum class QRErrorCorrectionLevel
Members
| Member name | Value | Description |
---|
| L | 0 |
Approx. 7% of codewords can be restored. Error correction level L is appropriate for high symbol
quality and/or the need for the smallest possible symbol.
|
| M | 1 |
Approx. 15% of codewords can be restored. Level M is described as Standard level and offers a
good compromise between small size and increased reliability.
|
| Q | 2 |
Approx. 25% of codewords can be restored. Level Q is a High reliability level and suitable for
more critical or poor print quality applications.
|
| H | 3 |
Approx. 30% of codewords can be restored. Level H offers the maximum achievable reliability.
|
See Also