'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); }