HtmlToImageConvertUrlToMemory Method

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public byte[] ConvertUrlToMemory(
	string url,
	ImageFormats format
)

Parameters

url  String
The URL of the document to convert
format  ImageFormats
The image format

Return Value

Byte
The image data in given format

See Also