Overload List

  NameDescription
Public methodGetImageFromHtmlString(String)
Gets an Image object from the specified HTML string.
Public methodGetImageFromHtmlString(String, String)
Gets an Image object from the specified HTML string. The urlBase parameter allows the converter to determine the full URLs from relative URLs for images and CSS files appearing in the HTML code from htmlString parameter
Public methodGetImageFromHtmlString(String, String, String)
Gets an Image object from the specified HTML string. The urlBase parameter allows the converter to determine the full URLs from relative URLs for images and CSS files appearing in the HTML code from htmlString parameter.

See Also