Method SaveToStream
SaveToStream(Stream, RichTextFileType)
Saves the buffer content to Stream using the given data type.
bool SaveToStream(Stream stream, RichTextFileType type)
Parameters
stream
StreamOutput stream.
type
RichTextFileTypeFile type.
Returns
- bool
true
on success,false
if an error occurred.
Remarks
Use SetFileHandlerFlags(RichTextHandlerFlags, int) to setup save options.