WebBrowser DrawToBitmap other methods?
- by Matt
I am trying to capture the content of the WebBrowser control. DrawToBitmap() would work perfectly, but it is not supported in documentation for the WebBrowser control. I have been trying to find another way to capture the contents of the WebBrowser control and save them to a local image file.
Anyone have any workarounds or other methods to save the contents of the WebBrowser control to a local image file?