Overload List
Name | Description | |
---|---|---|
PdfHtmlImage |
Creates an empty HTML to Image object. The UrlToConvert property or the HtmlToConvert property
must be set after object creation
| |
PdfHtmlImage(String) |
Creates an object to convert the HTML from a given URL to an image and render the resulted image
in the top left corner of the PDF page to which this object is added
| |
PdfHtmlImage(String, String) |
Creates an object to convert the given HTML code to an image and render the resulted image
in the top left corner of the PDF page to which this object is added
| |
PdfHtmlImage(Single, Single, String) |
Creates an object to convert the HTML from a given URL to an image and render the resulted image
at the given coordinate in the PDF page to which this object is added
| |
PdfHtmlImage(Single, Single, Single, String) |
Creates an object to convert the HTML from a given URL to an image and render the resulted image
at the given coordinate and having a given width in the PDF page to which this object is added
| |
PdfHtmlImage(Single, Single, String, String) |
Creates an object to convert the given HTML code to an image and render the resulted image
at the given coordinate in the PDF page to which this object is added
| |
PdfHtmlImage(Single, Single, Single, Single, String) |
Creates an object to convert the HTML from a given URL to an image and render the resulted image
within a given destination box in the PDF page to which this object is added
| |
PdfHtmlImage(Single, Single, Single, String, String) |
Creates an object to convert the given HTML code to an image and render the resulted image
at the given coordinate and having a given width in the PDF page to which this object is added
| |
PdfHtmlImage(Single, Single, Single, Single, String, String) |
Creates an object to convert the HTML from a given URL to an image and render the resulted image
within a given destination box in the PDF page to which this object is added
|
See Also