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