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 6 Next »

Description

Saves the PowerPointTemplate to a stream passed in as the stream parameter.

C#
vb.net

Parameters

stream
A stream to write the resulting PowerPoint file to.

Exceptions

InvalidOperationException
Save will throw this exception if it does not have a PowerPoint document handle (Save cannot be called before Open).

Remarks

You can call Save more than once for a single instance of PowerPointTemplate. This allows you to save more than one copy of a generated file, and/or both save the file on the server and stream it to the client.

Examples

C#
vb.net
  • No labels