Overload List
| Name | Description |
|---|---|
| LoadRtf(Stream) |
Opens the rtf document from a stream.
|
| LoadRtf(TextReader) |
Opens the rtf document with specified encoding from a reader.
|
| LoadRtf(String) |
Opens the rtf document from a file.
|
| LoadRtf(Stream, Encoding) |
Opens the rtf document with specified encoding from a stream.
|
| LoadRtf(String, Encoding) |
Opens the rtf document with specified encoding from a file.
|