Version

QRCodeErrorCorrectionLevel Enumeration

QRCodeErrorCorrectionLevel defines the four level of Reed-Solomon error correction for the QR Code symbol.
Syntax
public enum QRCodeErrorCorrectionLevel : System.Enum 
Members
MemberDescription
HighHigh error correction level allows recovery of 30% of the symbol codewords.
LowLow error correction level allows recovery of 7% of the symbol codewords.
MediumMedium error correction level allows recovery of 15% of the symbol codewords.
QuartilQuartil error correction level allows recovery of 25% of the symbol codewords.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also