Overload List
Name | Description | |
---|---|---|
SaveImageFromHtmlStreamToFile(Stream, Encoding, ImageFormat, String) |
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 ConvertHtmlStreamToFile(Stream, Encoding, String, ImageFormat, String) method in the future versions
| |
SaveImageFromHtmlStreamToFile(Stream, Encoding, ImageFormat, String, 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 ConvertHtmlStreamToFile(Stream, Encoding, String, ImageFormat, String) method in the future versions
|
See Also