PDFView4NET WinForms Edition
QRErrorCorrectionLevel Enumeration




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : QRErrorCorrectionLevel Enumeration
Supported error correction levels for QR barcodes.
Syntax
'Declaration
 
Public Enum QRErrorCorrectionLevel 
   Inherits System.Enum
'Usage
 
Dim instance As QRErrorCorrectionLevel
public enum QRErrorCorrectionLevel : System.Enum 
__value public enum QRErrorCorrectionLevel : public System.Enum 
public enum class QRErrorCorrectionLevel : public System.Enum 
Members
MemberDescription
HH error correction level.
LL error correction level.
MM error correction level.
QQ error correction level.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.Barcodes.QRErrorCorrectionLevel

Requirements

Target Platforms: 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

Reference

O2S.Components.PDFView4NET.Graphics.Barcodes Namespace