HiQPdf Client for .NET Core
C#
VB
C++
F#
Show/Hide TOC
Pdf
Html Constructor
Creates an empty HTML to PDF object. The
UrlToConvert
property or the
HtmlToConvert
property must be set after object creation
Definition
Namespace:
HiQPdfClient
Assembly:
HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
Copy
public
PdfHtml
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
PdfHtml
()
F#
Copy
new
:
unit
->
PdfHtml
See Also
Reference
PdfHtml Class
PdfHtml Overload
HiQPdfClient Namespace
In This Article
Definition
See Also