Class QrCode.Ecc
Error correction level in QR code symbol.
Inherited Members
Namespace: Net.Codecrete.QrCodeGenerator
Assembly: QrCodeGenerator.dll
Syntax
public sealed class QrCode.Ecc
Fields
| Edit this page View SourceHigh
High error correction level. The QR code can tolerate about 30% erroneous codewords.
Declaration
public static readonly QrCode.Ecc High
Field Value
Type | Description |
---|---|
QrCode.Ecc | High error correction level. |
Low
Low error correction level. The QR code can tolerate about 7% erroneous codewords.
Declaration
public static readonly QrCode.Ecc Low
Field Value
Type | Description |
---|---|
QrCode.Ecc | Low error correction level. |
Medium
Medium error correction level. The QR code can tolerate about 15% erroneous codewords.
Declaration
public static readonly QrCode.Ecc Medium
Field Value
Type | Description |
---|---|
QrCode.Ecc | Medium error correction level. |
Quartile
Quartile error correction level. The QR code can tolerate about 25% erroneous codewords.
Declaration
public static readonly QrCode.Ecc Quartile
Field Value
Type | Description |
---|---|
QrCode.Ecc | Quartile error correction level. |
Properties
| Edit this page View SourceOrdinal
Ordinal number of error correction level (in the range 0 to 3).
Declaration
public int Ordinal { get; }
Property Value
Type | Description |
---|---|
int | Ordinal number. |
Remarks
Higher number represent a higher amount of error tolerance.