HiQPdf Documentation

PdfHtmlWithPlaceHolders Constructor

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodPdfHtmlWithPlaceHolders
Creates an empty HTML to PDF object. The HtmlToConvert property must be set after object creation
Public methodPdfHtmlWithPlaceHolders(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 methodPdfHtmlWithPlaceHolders(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 methodPdfHtmlWithPlaceHolders(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 methodPdfHtmlWithPlaceHolders(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