Skip to main content
A newer version of this page is available.

SnapDocumentServer.ExportDocument(Stream, DocumentFormat) Method

Exports the document to a stream in the specified format.

Namespace: DevExpress.Snap

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void ExportDocument(
    Stream stream,
    DocumentFormat documentFormat
)

Parameters

Name Type Description
stream Stream

A Stream object to output the document to.

documentFormat DocumentFormat

A DocumentFormat structure that specifies the format of the exported document.

See Also