Articles + Posts (Tag: WebBrowser)
- 03 Jan, 2018
- C#: Using WebBrowser to take screenshots of web pages programmatically
- Do you need to take screenshots of numerous web pages? Yes? Then this article is for you. You can take screenshots of web pages programmatically using the WebBrowser class (System.Windows.Forms). Let's get straight to the code.