Link Search Menu Expand Document

QRErrorCorrectionLevel Enumeration

Level of error correction in QR Code symbols

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-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