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. For example:
Loading a Word Document to a local file |
Copy Code
|
---|---|
richTextView.LoadFromLocalFile(@"C:\MyDocument.rtf");
|