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