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

SnapControl.ExportDocument(Stream, DocumentFormat) Method

Exports the document to a stream in the specified format.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.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