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

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