HiQPdf Documentation

HtmlToImageConvertUrlToMemory Method

Quickly Create High Quality PDFs
Converts the HTML document from the given URL to an image in PNG format

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public byte[] ConvertUrlToMemory(
	string url
)

Parameters

url
Type: SystemString
The URL of the document to convert

Return Value

Type: Byte
The image in PNG format
See Also

Reference