Class QrCode.Ecc
Error correction level in QR code symbol.
Inheritance
System.Object
QrCode.Ecc
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Net.Codecrete.QrCodeGenerator
Assembly: QrCodeGenerator.dll
Syntax
public sealed class Ecc
Fields
| Improve this Doc 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
| Improve this Doc View SourceOrdinal
Ordinal number of error correction level (in the range 0 to 3).
Declaration
public int Ordinal { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Ordinal number. |
Remarks
Higher number represent a higher amount of error tolerance.