Gets or sets the error correction level.
'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.
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