To load a Rich Text Format document from a file or from a stream you can use the Load methods of the rich text view as shown in the Loading Documents topic.
Loading a Word Document |
Copy Code
|
---|---|
richTextView.LoadFromFile(@"C:\MyDocument.rtf");
|