HiQPdf Documentation

HtmlToImageConvertUrlToImageParts Method

HiQPdf Client for .NET Core
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:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public byte[][] ConvertUrlToImageParts(
	string url,
	ImageFormats format
)

Parameters

url
Type: SystemString
The URL of the document to convert
format
Type: HiQPdfClientImageFormats
The image format

Return Value

Type: Byte
An array of image parts
See Also

Reference