Presentation.ExportToPdf(Stream) Method
Exports the presentation as a PDF file to the specified stream. The stream should be readable and writable.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | A stream to which the presentation is exported. |
Remarks
Pass the PdfExportOptions object as the ExportToPdf method parameter to specify export options.
For more information, refer to the following help topic: Export Loaded or Generated Presentation with DevExpress Presentation API Library.
See Also