Html2Canvas ext wisej3

0
0

Hi,

I use this code for take a screenshot

Ext.Html2Canvas.Html2Canvas.Screenshot(Me, Sub(Image)

PictureBox1.Image = Image
Image.Save("pippo123.jpg")
End Sub)

but do nothing 🙁

best

Cristian

  • You must to post comments
0
0

Hi Cristian,

please attach a complete runnable test case. From the code snippet you sent I cannot fully understand what you are trying to achieve.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.