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 »

Description

Streams the specified presentation to the client. It should be the only method that uses the response object, as it automatically sets response headers, clears the body of the response, and flushes it to the client.

C#
vb.net

Parameters

presentation
A Presentation object representing the presentation to save.
response
A System.Http.Response object, usually Page.Response.
openInBrowser
If true, the spreadsheet will be opened in place in Internet Explorer, rather than spawning a seperate PowerPoint window.
fileName
Specifies a file name for the presentation. This name will be displayed in the download dialog when the file is streamed to the browser.

Examples

C#
vb.net
  • No labels