Presentation.SaveDocument(DocumentFormat) Method
Saves the presentation in the specified format to a byte array.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| documentFormat | DocumentFormat | The format in which the presentation should be saved. |
Returns
| Type | Description |
|---|---|
| Byte[] | A byte array that contains the saved presentation. |
See Also