Html2Canvas supports transparency?

0
0

I have a groupbox with transparency and when call screenshot this generated image losses transparency

Html2Canvas.Screenshot(groupBox1, img =>
{
pictureBox1.Image = img;
});

Any advice? thanks in advance!

  • You must to post comments
0
0

Send a test case. I tried with a panel using a transparent color and it works well.

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.