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 7 Current »

Description

Saves a specified Presentation an OOXML format .pptx file.

C#
vb.net

Parameters

presentation
A Presentation object representing the presentation to save.
stream
The output stream to write to. This stream must be open and writable. PowerPointWriter will not close this stream; the calling program is responsible for closing the stream and releasing the resource.

Examples

C#
vb.net
  • No labels