Search code examples
c#.netasp.netscreenshot

Taking screen shot of a (remote) web page programmatically


I'm trying to take screen shots of web pages programmatically. I may also require to take screen shots of full or partial page. Is there a way to do this?


Solution

  • This question seems to cover capturing web pages - including alternatives to WebBrowser.DrawToBitmap. I guess once you've got the full page as an image you can manipulate that to get the partial page shot