SnapControl.ExportDocument(Stream, DocumentFormat) Method
Exports the document to a stream in the specified format.
Namespace: DevExpress.Snap
Assembly: DevExpress.Snap.v21.2.dll
NuGet Package: DevExpress.Win.Snap
Declaration
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