Click or drag to resize
Pdf Library for .NET

HtmlToImage Constructor

Overload List
 NameDescription
Public methodHtmlToImage Creates an html to image converter. Width and height of the web page are automatically detected.
Public methodHtmlToImage(Int32) Creates an html to image converter. The width of the web page is specified. The height of the web page is automatically detected.
Public methodHtmlToImage(Int32, Int32) Creates an html to image converter for a web page with the specified width and height.
Top
See Also