ImgConverterGetImageTilesFromHtmlString Method

Overload List

GetImageTilesFromHtmlString(String) Converts a HTML string to a set of image objects. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtmlToImageTiles(String, String) method in the future versions
GetImageTilesFromHtmlString(String, String) Converts a HTML string to a set of image objects using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtmlToImageTiles(String, String) method in the future versions
GetImageTilesFromHtmlString(String, String, String) Converts a HTML string to a set of image objects using a base URL and an internal links base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtmlToImageTiles(String, String, String) method in the future versions

See Also