Overload List
| Name | Description | |
|---|---|---|
| GetImageTilesFromHtmlString(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
| |
| GetImageTilesFromHtmlString(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
| |
| GetImageTilesFromHtmlString(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.
|