Overload List
Name | Description | |
---|---|---|
PdfHtmlWithPlaceHolders |
Creates an empty HTML to PDF object. The HtmlToConvert property must be set after object creation
| |
PdfHtmlWithPlaceHolders(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
| |
PdfHtmlWithPlaceHolders(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
| |
PdfHtmlWithPlaceHolders(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
| |
PdfHtmlWithPlaceHolders(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
|
See Also