Streams the PowerPointTemplate to the client. |
public void Save(System.Web.HttpResponse response) |
Public Sub Save(ByRef response As System.Web.HttpResponse) |
An HttpResponse to write the resulting PowerPoint file to. |
|
If the user chooses to open rather than save the file, it will open in the browser window. PowerPointWriter will set a default name for the file. To set a different file name and/or open the file in Microsoft PowerPoint, use the signature Save(HttpResponse,String,Bool) You can call |
|