Loads the RTF text from the stream.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

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

Parameters

stream
Type: System.IO..::.Stream
The source stream.
streamType
Type: System.Windows.Forms..::.RichTextBoxStreamType

See Also