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