PdfHtmlImage(Single, Single, String) Constructor

Creates an object to convert the HTML from a given URL to an image and render the resulted image at the given coordinate in 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(
	float destX,
	float destY,
	string url
)

Parameters

destX  Single
The top left corner X coordinate in points
destY  Single
The top left corner Y coordinate in points
url  String
The URL of the HTML document to convert

See Also