 |
HtmlToImageConvertUrl Method |
Gets an Image object from the specified url.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic Image ConvertUrl(
string url
)
Public Function ConvertUrl (
url As String
) As Image
Parameters
- url String
- The full url of the web page to be converted to image. The url can be also the full path of a html file from the local file system.
Return Value
ImageThe rendered Image object.
RemarksThe Image object can be further manipulated to have the format changed, saved to disk, etc.
See Also