[]
Loads the object's content from specified file.
public void Load(string fileName, RichTextBoxStreamType streamType)
Public Sub Load(fileName As String, streamType As RichTextBoxStreamType)
| Type | Name | Description |
|---|---|---|
| string | fileName | |
| RichTextBoxStreamType | streamType |
Loads the object's content from stream.
public void Load(Stream stream, RichTextBoxStreamType streamType)
Public Sub Load(stream As Stream, streamType As RichTextBoxStreamType)
| Type | Name | Description |
|---|---|---|
| Stream | stream | |
| RichTextBoxStreamType | streamType |