Table of Contents

Method LoadFromStream

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LoadFromStream(Stream, RichTextFileType)

Loads the buffer content from Stream using the given data type.

bool LoadFromStream(Stream stream, RichTextFileType type)

Parameters

stream Stream

Output stream.

type RichTextFileType

File type.

Returns

bool

true on success, false if an error occurred.

Remarks