Public Property ErrorCorrectionLevel As QRCodeErrorCorrectionLevel
Dim instance As WriterQRCode Dim value As QRCodeErrorCorrectionLevel instance.ErrorCorrectionLevel = value value = instance.ErrorCorrectionLevel
public QRCodeErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
public: property QRCodeErrorCorrectionLevel ErrorCorrectionLevel { QRCodeErrorCorrectionLevel get(); void set ( QRCodeErrorCorrectionLevel value); }