HiQPdf Documentation

PdfHtml Constructor

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodPdfHtml
Creates an empty HTML to PDF object. The UrlToConvert property or the HtmlToConvert property must be set after object creation
Public methodPdfHtml(String)
Creates a HTML to PDF object to render the HTML from a given URL in the top left corner of the PDF page to which is added
Public methodPdfHtml(String, String)
Creates a HTML to PDF object to render the given HTML code in the top left corner of the PDF page to which this object is added
Public methodPdfHtml(Single, Single, String)
Creates a HTML to PDF object to render the HTML from a given URL at the given coordinate in the PDF page to which this object is added
Public methodPdfHtml(Single, Single, Single, String)
Creates a HTML to PDF object to render the HTML from a given URL at the given coordinate and having a given width in the PDF page to which this object is added
Public methodPdfHtml(Single, Single, String, String)
Creates a HTML to PDF object to render the given HTML code at the given coordinate in the PDF page to which this object is added
Public methodPdfHtml(Single, Single, Single, Single, String)
Creates a HTML to PDF object to render the HTML from a given URL within a given destination box in the PDF page to which this object is added
Public methodPdfHtml(Single, Single, Single, String, String)
Creates a HTML to PDF object to render the given HTML code at the given coordinate and having a given width in the PDF page to which this object is added
Public methodPdfHtml(Single, Single, Single, Single, String, String)
Creates a HTML to PDF object to render the given HTML code within a given destination box in the PDF page to which this object is added
Top
See Also

Reference