HtmlToImageConvertUrlToImageParts 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: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public byte[][] ConvertUrlToImageParts(
	string url,
	ImageFormats format
)

Parameters

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

Return Value

Byte
An array of image parts

See Also