Overload List

  NameDescription
Public methodGetImageTilesFromHtmlString(String)
Gets an array of System.Drawing.Image objects from the specified HTML string. The image is tiled to avoid working with very large images in memory
Public methodGetImageTilesFromHtmlString(String, String)
Gets an array of Image objects from the specified HTML string. The image is tiled to avoid working with very large images in memory. 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 methodGetImageTilesFromHtmlString(String, String, String)
Gets an array of Image objects from the specified HTML string. The image is tiled to avoid working with very large images in memory. 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