ImgConverterGetImageBytesFromHtmlString Method

Overload List

GetImageBytesFromHtmlString(String, ImageFormat) Converts a HTML string to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtml(String, String, ImageFormat) method in the future versions
GetImageBytesFromHtmlString(String, ImageFormat, String) Converts a HTML string to an image having the given format using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtml(String, String, ImageFormat) method in the future versions

See Also