[SOLVED] Get the image of Barcode extension

Answered
0
0

Hi,

I need to retreive the image generated  by the barcode extension for use olso in other control, How should i do?

regards

Cristian Zerbinati

  • You must to post comments
Best Answer
0
0

Hi Cristian,

the BarCode extension already contained a function DrawBarCode for this but it was a private method.
I have now changed it to public so you can use:

this.pictureBox1.Image = this.barcode1.DrawBarCode();

Please update from GitHub:

https://github.com/iceteagroup/wisej-extensions

Best regards,
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.