Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
14.1 xamRichTextEditor - Data - Export Content
posted

I am perusing the sample on Exporting a document to Word and I see this code:


else if ("TypeDocx".Equals(fileType)) {

this.xamRichTextEditor1.Document.SaveToWord(fs);

}


But I cannot find any method SaveToWord on the RichTextDocument class.  All I have is .Save and .SaveToPlainText, as shown here:


http://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/InfragisticsWPF4.Documents.RichTextDocument.v14.1~Infragistics.Documents.RichText.RichTextDocument_members.html


Can anyone tell me why the SaveToWord method is listed in the 14.1 samples?  Is it a mistake, or are there different versions of the 14.1 library?  Thanks.