Method LoadFromStream
LoadFromStream(Stream, RichTextFileType)
Loads the buffer content from Stream using the given data type.
bool LoadFromStream(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.