I have an WindowsMobile 6.5 (running .NET CF 2.0) application that embed a WebBrowser control that render some content (generated remotely). I want to get all the web page content as a Bitmap, to be able to send it to a printer (sadly this printer do not supports printing HTML).
I know this question was already asked here: Get bitmap of an web page using WebBrowser Control in .net compact framework
But there are no viable solution for the .NET Compact Framework. WebBrowser.DrawToBitmap() do not exists in .NET Compact Framework.
Please ask me if you need more details.