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.
See Also