This method produces a image from the specified HTML stream in the specified format
and saves the image in the specified disk file. The existing file will be
overwritten
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public void SaveImageFromHtmlStreamToFile(
Stream htmlStream,
Encoding streamEncoding,
ImageFormat format,
string outFile
) |
| Visual Basic |
|---|
Public Sub SaveImageFromHtmlStreamToFile (
htmlStream As Stream,
streamEncoding As Encoding,
format As ImageFormat,
outFile As String
) |
| Visual C++ |
|---|
public:
void SaveImageFromHtmlStreamToFile(
Stream^ htmlStream,
Encoding^ streamEncoding,
ImageFormat^ format,
String^ outFile
) |
See Also