ImgConverterSaveImageFromHtmlStringToFile Method

Overload List

SaveImageFromHtmlStringToFile(String, ImageFormat, String) 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 ConvertHtmlToFile(String, String, ImageFormat, String) method in the future versions
SaveImageFromHtmlStringToFile(String, ImageFormat, String, 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 ConvertHtmlToFile(String, String, ImageFormat, String) method in the future versions

See Also