Back to Devexpress

Presentation.ExportToPdf Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-exporttopdf.md

latest678 B
Original Source

Presentation.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the presentation as a PDF file to the specified stream. Allows you to specify PDF export options. The stream should be readable and writable.
ExportToPdf(Stream)streamExports the presentation as a PDF file to the specified stream. The stream should be readable and writable.