HtmlToImageConvertUrlToImage Method

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

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public Image[] ConvertUrlToImage(
	string url
)

Parameters

url  String
The URL of the document to convert

Return Value

Image
An array of image parts

See Also