Creates a URL to image 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 HtmlToImageElement(
	string urlToConvert
)
Visual Basic
Public Sub New ( 
	urlToConvert As String
)
Visual C++
public:
HtmlToImageElement(
	String^ urlToConvert
)

Parameters

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

See Also