Link Search Menu Expand Document

QRErrorCorrectionLevel Enumeration

Level of error correction in QR Code symbols

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public enum QRErrorCorrectionLevel
Members
Member nameValueDescription
Low0 (0) Lowest error correction level (Approx. 7% of codewords can be restored).
Medium1 (1) Medium error correction level (Approx. 15% of codewords can be restored).
Quarter2 (2) Quarter error correction level (Approx. 25% of codewords can be restored).
High3 (3) Highest error correction level (Approx. 30% of codewords can be restored).
See Also

Reference