Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

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.

Signature
C#
C#
Public void Save(System.Web.HttpResponse response, System.String attachementName, boolean openInBrowser)
Signature
vb.net
vb.net
Public Sub Save(ByRef response As System.Web.HttpResponse, ByVal attachmentName As String, ByVal openInBrowser As Boolean)
Parameters
Param
response
response

An HttpResponse to write the resulting PowerPoint file to.

...