HiQPdf Documentation

PdfHtml Constructor (String)

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

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

public PdfHtml(
	string url
)

Parameters

url
Type: SystemString
The URL to convert
See Also

Reference