|
HtmlToImage Constructor (Int32, Int32) |
Creates an html to image converter for a web page with the specified width and height.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public HtmlToImage(
int webPageWidth,
int webPageHeight
)
Public Sub New (
webPageWidth As Integer,
webPageHeight As Integer
)
Parameters
- webPageWidth
- Type: SystemInt32
The web page width. - webPageHeight
- Type: SystemInt32
The web page height.
See Also