HiQPdf Documentation

HtmlToImageConvertUrlToImage Method

Quickly Create High Quality PDFs
Converts the HTML document from the given URL to an image represented as an array of image parts to avoid working with very large images in memory

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public Image[] ConvertUrlToImage(
	string url
)

Parameters

url
Type: SystemString
The URL of the document to convert

Return Value

Type: Image
An array of image parts
See Also

Reference