Specifies the Error Correction Level to apply for QR Code symbology.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public enum QRCodeErrorCorrectionLevel
Visual Basic
Public Enumeration QRCodeErrorCorrectionLevel
Visual C++
public enum class QRCodeErrorCorrectionLevel

Members

Member nameValueDescription
L0 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.
M1 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.
Q2 Approx. 25% of codewords can be restored. Level Q is a High reliability level and suitable for more critical or poor print quality applications.
H3 Approx. 30% of codewords can be restored. Level H offers the maximum achievable reliability.

See Also