XRRichText.SaveFile Method
Name | Parameters | Description |
---|---|---|
SaveFile(Stream, XRRichTextStreamType) | data, streamType | Saves the contents of the XRRichText control to the specified open data stream. |
SaveFile(String, XRRichTextStreamType) | path, streamType | Saves the contents of the XRRichText control to the specified type of file. |
SaveFile(String) | path | Saves the contents of the XRRichText control to a Rich Text Format (RTF) file. |