ImgConverterGetImageBytesFromHtmlStream Method

Overload List

GetImageBytesFromHtmlStream(Stream, Encoding, ImageFormat) Converts the HTML string read from a stream 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 ConvertHtmlStream(Stream, Encoding, String, ImageFormat) method in the future versions
GetImageBytesFromHtmlStream(Stream, Encoding, ImageFormat, String) Converts the HTML string read from a stream 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 ConvertHtmlStream(Stream, Encoding, String, ImageFormat) method in the future versions

See Also