Skip to main content

OfficeDocumentBase<T>.SaveCopy(Stream) Method

Saves a document copy to the specified stream.

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract void SaveCopy(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream object where to save the document.

Remarks

Use the SaveCopy method to save a copy of the document to a stream. This method just exports the document and does not affect the original document state (it does not initiate document synchronization, does not apply client changes to the document model, etc.).

Implements

See Also