Loads the content of the current RenderRichText from a stream containing data in a specified format.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Load(
	Stream stream,
	RichTextBoxStreamType streamType
)
Visual Basic
Public Sub Load ( _
	stream As Stream, _
	streamType As RichTextBoxStreamType _
)

Parameters

stream
Type: System.IO..::..Stream
The stream to load data from.
streamType
Type: System.Windows.Forms..::..RichTextBoxStreamType
The type of data in the stream.

See Also