Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Document.SaveDocument(Stream, DocumentFormat) Method

Saves the document to a stream, specifying the document’s format.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

void SaveDocument(
    Stream stream,
    DocumentFormat format
)

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