How to Capture Screenshot of entire Scrolling Webpage using C#

自作多情 提交于 2019-12-13 07:27:51

问题


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.

来源:https://stackoverflow.com/questions/32883818/how-to-capture-screenshot-of-entire-scrolling-webpage-using-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!