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.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public HtmlToPdfElement(
	string urlToConvert
)
Visual Basic
Public Sub New ( 
	urlToConvert As String
)
Visual C++
public:
HtmlToPdfElement(
	String^ urlToConvert
)

Parameters

urlToConvert
Type: System..::..String
The URL to convert to PDF

See Also