Click or drag to resize
Pdf Library for .NET

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
)

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: Image
The rendered Image object.
Remarks
The Image object can be further manipulated to have the format changed, saved to disk, etc.
See Also