Class QRCodeErrorCorrectionLevel
Specifies the Error Correction Level to apply for QR Code symbology.
Inheritance
System.Object
QRCodeErrorCorrectionLevel
Namespace: Neodynamic.SDK.BarcodeCore
Assembly: Neodynamic.SDK.BarcodeCore.dll
Syntax
public sealed class QRCodeErrorCorrectionLevel : Enum
Fields
H
Approx. 30% of codewords can be restored. Level H offers the maximum achievable reliability.
Declaration
public const QRCodeErrorCorrectionLevel H
Field Value
Type | Description |
---|---|
QRCodeErrorCorrectionLevel |
L
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.
Declaration
public const QRCodeErrorCorrectionLevel L
Field Value
Type | Description |
---|---|
QRCodeErrorCorrectionLevel |
M
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.
Declaration
public const QRCodeErrorCorrectionLevel M
Field Value
Type | Description |
---|---|
QRCodeErrorCorrectionLevel |
Q
Approx. 25% of codewords can be restored. Level Q is a High reliability level and suitable for more critical or poor print quality applications.
Declaration
public const QRCodeErrorCorrectionLevel Q
Field Value
Type | Description |
---|---|
QRCodeErrorCorrectionLevel |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |