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