How to Capture Screenshot of entire Scrolling Webp

2019-09-11 15:55发布

问题:

I'm creating a report app, so I render images saved as html in the DB on a web browser using c# and take a screen shot of it to put it in the report.

The problem is if the image is large it doesn't appear fully in screenshot, so I need a method to capture a screen shot for the whole content of the browser regardless of it's size and regardless of scrolling.