Save Panel Area to Image

0
0

How can i save whatever is visible within a panel area to image?

  • You must to post comments
0
0

Hi Nicholas,

did you try our html2canvas extension?

https://docs.wisej.com/extensions/extensions/html2canvas

Best regards
Frank

  • Nicholas
    Yes Frank. I have tried the html2canvas but keep getting errors. I tried the code below but keep getting the error that ScreenshotAsync is not a member of canvas: Dim image As Image = Await canvasMain.ScreenshotAsync(Me) Me.PictureBox1.Image = image
  • Luca (ITG)
    It’s not. It’s a method of the Html2Canvas class.
  • Nicholas
    So how do i achieve what i need.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.