Html | |
| Name | Description | |
|---|---|---|
| HtmlToImage | Creates an html to image converter. Width and height of the web page are automatically detected. | |
| HtmlToImage(Int32) | Creates an html to image converter. The width of the web page is specified. The height of the web page is automatically detected. | |
| HtmlToImage(Int32, Int32) | Creates an html to image converter for a web page with the specified width and height. |