PdfHtml(String) Constructor

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfHtml(
	string url
)

Parameters

url  String
The URL to convert

See Also