HiQPdf Documentation

PdfHtmlImage Constructor

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodPdfHtmlImage
Creates an empty HTML to Image object. The UrlToConvert property or the HtmlToConvert property must be set after object creation
Public methodPdfHtmlImage(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
Public methodPdfHtmlImage(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
Public methodPdfHtmlImage(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
Public methodPdfHtmlImage(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
Public methodPdfHtmlImage(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
Public methodPdfHtmlImage(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
Public methodPdfHtmlImage(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
Public methodPdfHtmlImage(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
Top
See Also

Reference