Page tree
Skip to end of metadata
Go to start of metadata

Description

Saves a specified Presentation as a  OOXML format.pptx.

C#
vb.net

Parameters

presentation
A Presentation object representing the presentation to save.
fileName
Specifies a complete path and file name for the Presentation. PowerPointWriter will save the file to this location. If a file with the same name exists, it will be overwritten by the new PowerPoint file.

Examples

C#
vb.net
  • No labels