ExpertPdf Html to Pdf Converter Library
HtmlToPdfElement Constructor (urlToConvert)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToPdfElementHtmlToPdfElement(String)
ExpertPdf Html to Pdf Converter Library
Creates a 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.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlToPdfElement(
	string urlToConvert
)
Public Sub New ( 
	urlToConvert As String
)
public:
HtmlToPdfElement(
	String^ urlToConvert
)
Parameters
urlToConvert (String)
The URL to convert to PDF

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)