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