Class QRCodeWriter.QrErrorCorrectionLevel
The error correction level of a QR code. A higher QRCodeWriter.QrErrorCorrectionLevel creates more complex QR codes, which are less prone to reading errors. They may also be readable if damaged or partially obscured.
Inheritance
System.Object
QRCodeWriter.QrErrorCorrectionLevel
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class QrErrorCorrectionLevel : Enum
Fields
High
QR Code error correction Level Q. Approx 25% of QR data can be recovered.
Declaration
public const QRCodeWriter.QrErrorCorrectionLevel High
Field Value
Type | Description |
---|---|
QRCodeWriter.QrErrorCorrectionLevel |
Highest
QR Code error correction Level H. Approx 30% of QR data can be recovered.
Level H allows sufficient capacity for logo images or graphics to be stamped into QR codes.
Declaration
public const QRCodeWriter.QrErrorCorrectionLevel Highest
Field Value
Type | Description |
---|---|
QRCodeWriter.QrErrorCorrectionLevel |
Low
QR Code error correction Level L. Approximately 7% of QR data can be recovered.
Declaration
public const QRCodeWriter.QrErrorCorrectionLevel Low
Field Value
Type | Description |
---|---|
QRCodeWriter.QrErrorCorrectionLevel |
Medium
QR Code error correction Level M. Approximately 15% of QR data can be recovered.
Declaration
public const QRCodeWriter.QrErrorCorrectionLevel Medium
Field Value
Type | Description |
---|---|
QRCodeWriter.QrErrorCorrectionLevel |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |