Document.SaveDocument(Stream, DocumentFormat) Method
Saves the document to a stream, specifying the document’s format.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | The stream into which to save the document. |
format | DocumentFormat | One of DocumentFormat enumeration values. |
Remarks
Note
The SaveDocument method call does not automatically change the Modified property value.
See Also