IPresentationSave Method |
Name | Description | |
---|---|---|
![]() | Save(Stream, SaveFormat) |
Saves all slides of a presentation to a stream in the specified format.
|
![]() | Save(String, SaveFormat) |
Saves all slides of a presentation to a file with the specified format.
|
![]() | Save(Stream, SaveFormat, ISaveOptions) |
Saves all slides of a presentation to a stream in the specified format and with additional options.
|
![]() | Save(Stream, Int32, SaveFormat) |
Saves specified slides of a presentation to a stream in the specified format.
|
![]() | Save(String, SaveFormat, ISaveOptions) |
Saves all slides of a presentation to a file with the specified format and with additional options.
|
![]() | Save(String, Int32, SaveFormat) |
Saves specified slides of a presentation to a file with the specified format.
|
![]() | Save(Stream, Int32, SaveFormat, ISaveOptions) |
Saves specified slides of a presentation to a stream in the specified format.
|
![]() | Save(String, SaveFormat, HttpResponse, Boolean) |
Sends the presentation to the client browser.
This method is absent in ClientProfile versions of Aspose.Slide.
|
![]() | Save(String, Int32, SaveFormat, ISaveOptions) |
Saves specified slides of a presentation to a file with the specified format.
|
![]() | Save(String, SaveFormat, ISaveOptions, HttpResponse, Boolean) |
Sends the presentation to the client browser.
This method is absent in ClientProfile versions of Aspose.Slide.
|