Loads the rtf text from the file.

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

Syntax

C#
public void Load(
	string fileName,
	RichTextBoxStreamType fileType
)
Visual Basic (Declaration)
Public Sub Load ( _
	fileName As String, _
	fileType As RichTextBoxStreamType _
)

Parameters

fileName
Type: System..::.String
The source file.
fileType
Type: System.Windows.Forms..::.RichTextBoxStreamType

See Also