HtmlToImageConvertUrlToFile Method

Converts the HTML document from the given URL to an image file in a given format

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void ConvertUrlToFile(
	string url,
	ImageFormats format,
	string outImageFile
)

Parameters

url  String
The URL of the document to convert
format  ImageFormats
The image format
outImageFile  String
The full path of the output image file

See Also