Render web page to picture.
- by Steck
I have the string with URL. For example "http://google.com".
Is there are any way to download and render this page to picture file? ("test.jpg")
I tried to use WebBrowser control, to download and render picture, but it only works when WebBrowser placed in displayed form. In other ways it's render only black rectangle.
But i want to render picture without any visual effect (creating, activating form etc.)