HtmlToPdfElement(String) Constructor

Creates an URL to PDF converter element at the (0,0) location in PDF page. The width of element in PDF page is the available width in PDF page and the height is auto determined.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public HtmlToPdfElement(
	string urlToConvert
)

Parameters

urlToConvert  String
The URL to convert to PDF

See Also