Winnovative HTML to PDF Converter

ImgConverterSaveImageFromHtmlStreamToFile Method

Winnovative HTML to PDF Converter for .NET Documentation
Overload List

  NameDescription
Public methodSaveImageFromHtmlStreamToFile(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
Public methodSaveImageFromHtmlStreamToFile(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
Top
See Also

Reference