Document.SaveDocument(Stream, DocumentFormat) Method
In This Article
Saves the document to a stream, specifying the document’s format.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
void SaveDocument(
Stream stream,
DocumentFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | The stream into which to save the document. |
format | Document |
One of Document |
#Remarks
Note
The Save
See Also