Convert a HTML Control (Div or Table) to an image using C#

asp.net, c#, html, image

Solution

We have used http://iecapt.sourceforge.net/ to convert HTML to image. You can try it out. It is available for FREE.

Problem

Is it possible to convert a Html Control to an image in C#? Is there any C# method where I can pass the Html Control object and return an image of that html control? Is this possible, any suggestions?

Original source