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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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