HtmlToImageConvertUrlToMemory Method

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

Definition

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

Parameters

url  String
The URL of the document to convert

Return Value

Byte
The image in PNG format

See Also