| ImgConverterSaveImageFromHtmlStreamToFileWithTempFile Method |
| Name | Description | |
|---|---|---|
| SaveImageFromHtmlStreamToFileWithTempFile(Stream, Encoding, ImageFormat, String) |
This method produces a image from the specified HTML stream in the specified format
and saves the image in the specified disk file by writing first the HTML stream into a temporary file.
The existing file will be overwritten.
| |
| SaveImageFromHtmlStreamToFileWithTempFile(Stream, Encoding, ImageFormat, String, String) |
This method produces a image from the specified HTML stream in the specified format
and saves the image in the specified disk file by writing first the HTML stream into a temporary file.
The existing file will be overwritten.
|