ProcessorSaveToStream Method |
Saves HTML markup into a stream.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool SaveToStream(
Stream outputStream,
Encoding enc
)
Public Function SaveToStream (
outputStream As Stream,
enc As Encoding
) As Boolean
Parameters
- outputStream
- Type: System.IOStream
The stream where the HTML markup should be saved to. - enc
- Type: System.TextEncoding
The encoding to use for encoding the HTML data from string into bytes.
If a null reference (Nothing in Visual Basic), UTF-8 encoding will be used.
Return Value
Type:
Booleantrue if the entire data was successfully encoded and saved into the stream; otherwise,
false.
Exceptions
See Also