Enum QrCode.Ecc
- Namespace
- Net.Codecrete.QrCodeGenerator
- Assembly
- QrCodeGenerator.dll
Error correction level in QR code symbol.
public enum QrCode.Ecc
Fields
High = 3High error correction level. The QR code can tolerate about 30% erroneous codewords.
Low = 0Low error correction level. The QR code can tolerate about 7% erroneous codewords.
Medium = 1Medium error correction level. The QR code can tolerate about 15% erroneous codewords.
Quartile = 2Quartile error correction level. The QR code can tolerate about 25% erroneous codewords.