Click or drag to resize

Document LoadRtf Method

Overload List
Name Description
Public method LoadRtf(Stream)
Opens the rtf document from a stream.
Public method LoadRtf(TextReader)
Opens the rtf document with specified encoding from a reader.
Public method LoadRtf(String)
Opens the rtf document from a file.
Public method LoadRtf(Stream, Encoding)
Opens the rtf document with specified encoding from a stream.
Public method LoadRtf(String, Encoding)
Opens the rtf document with specified encoding from a file.
Top
See Also