Table of Contents

Enum QrCode.Ecc

Namespace
Net.Codecrete.QrCodeGenerator
Assembly
QrCodeGenerator.dll

Error correction level in QR code symbol.

public enum QrCode.Ecc

Fields

High = 3

High error correction level. The QR code can tolerate about 30% erroneous codewords.

Low = 0

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

Medium = 1

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

Quartile = 2

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