HiQPdf Documentation

PdfHtmlImage Constructor (String)

HiQPdf Client for .NET Core
Creates an object to convert the HTML from a given URL to an image and render the resulted image in the top left corner of the PDF page to which this object is added

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfHtmlImage(
	string url
)

Parameters

url
Type: SystemString
The URL to convert
See Also

Reference