PdfHtmlImage(String) Constructor

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

Definition

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

Parameters

url  String
The URL to convert

See Also