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