Version

QRCodeErrorCorrectionLevel Enumeration

QRCodeErrorCorrectionLevel defines the four level of Reed-Solomon error correction for the QR Code symbol.
Syntax
'Declaration
 
Public Enum QRCodeErrorCorrectionLevel 
   Inherits System.Enum
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: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub