Click or drag to resize
Pdf Library for .NET

HtmlToImage Constructor

Overload List
  Name Description
Public method HtmlToImage Creates an html to image converter. Width and height of the web page are automatically detected.
Public method 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.
Public method HtmlToImage(Int32, Int32) Creates an html to image converter for a web page with the specified width and height.
Top
See Also