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

Version 1 Next »

Overload

Description

Save(System.Web.HttpResponse, String, Bool)

Streams the PowerPointTemplate to the client. This method allows you to specify a default client-side file name, and whether the file should be opened in the browser window or in Microsoft PowerPoint.

Save(String)

Saves the PowerPointTemplate to disk. The location is specified by the filename parameter.

Save(System.IO.Stream)

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

Save(System.Web.HttpResponse)

Streams the PowerPointTemplate to the client.
  • No labels