Table of Contents

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

QrCode.Ecc

High error correction level.

Low

Low error correction level. The QR code can tolerate about 7% erroneous codewords.

public static readonly QrCode.Ecc Low

Field Value

QrCode.Ecc

Low error correction level.

Medium

Medium error correction level. The QR code can tolerate about 15% erroneous codewords.

public static readonly QrCode.Ecc Medium

Field Value

QrCode.Ecc

Medium error correction level.

Quartile

Quartile error correction level. The QR code can tolerate about 25% erroneous codewords.

public static readonly QrCode.Ecc Quartile

Field Value

QrCode.Ecc

Quartile error correction level.

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.