QRErrorCorrectionLevel Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Level of error correction in QR Code symbols
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Low | 0 | (0) Lowest error correction level (Approx. 7% of codewords can be restored). | |
Medium | 1 | (1) Medium error correction level (Approx. 15% of codewords can be restored). | |
Quarter | 2 | (2) Quarter error correction level (Approx. 25% of codewords can be restored). | |
High | 3 | (3) Highest error correction level (Approx. 30% of codewords can be restored). |
See Also