EVO HTML to Image Converter can be used in any type of .NET application to convert HTML pages to raster images and to create thumbnails of the HTML pages. The HTML to Image Converter is not a standalone product, it is part of the HTML to PDF Converter Library and is represented by the HtmlToImageConverter class of that library.
Using this class you can convert HTML pages to any type of raster image supported by the .NET framework like BMP, JPEG, PNG or GIF. When converting to PNG you can also choose to produce an image with transparent background. The integration with existing .NET applications is extremely easy and no installation is necessary.
The downloaded archive contains the assembly for .NET and a demo application. The full C# source code for the demo application is available in the Samples folder.
The code below was taken from the HTML to Image Converter demo application available for download in the HTML to PDF Converter product package. In this sample an instance of the HtmlToImageConverter class is constructed and used to rasterize the HTML page to an image.