Description
Saves a specified Presentation an OOXML format .pptx file.
C#
vb.net
Parameters
presentation
APresentation
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