|
HtmlToImageConvertUrl Method |
Gets an Image object from the specified url.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public Image ConvertUrl(
string url
)
Public Function ConvertUrl (
url As String
) As Image
Parameters
- url
- Type: SystemString
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
Type:
ImageThe rendered Image object.
Remarks The Image object can be further manipulated to have the format changed, saved to disk, etc.
See Also