PDFView4NET WinForms Edition
ErrorCorrectionLevel Property (PDFQRBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFQRBarcode Class : ErrorCorrectionLevel Property
Gets or sets the error correction level.
Syntax
'Declaration
 
Public Property ErrorCorrectionLevel As QRErrorCorrectionLevel
'Usage
 
Dim instance As PDFQRBarcode
Dim value As QRErrorCorrectionLevel
 
instance.ErrorCorrectionLevel = value
 
value = instance.ErrorCorrectionLevel
public QRErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
public: __property QRErrorCorrectionLevel get_ErrorCorrectionLevel();
public: __property void set_ErrorCorrectionLevel( 
   QRErrorCorrectionLevel value
);
public:
property QRErrorCorrectionLevel ErrorCorrectionLevel {
   QRErrorCorrectionLevel get();
   void set (    QRErrorCorrectionLevel value);
}

Property Value

The error correction level for the barcode.
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

PDFQRBarcode Class
PDFQRBarcode Members