PresentationSave Method

Overload List
  NameDescription
Public methodSave(Stream, SaveFormat)
Saves all slides of a presentation to a stream in the specified format.
Public methodSave(String, SaveFormat)
Saves all slides of a presentation to a file with the specified format.
Public methodSave(Stream, SaveFormat, ISaveOptions)
Saves all slides of a presentation to a stream in the specified format and with additional options.
Public methodSave(Stream, Int32, SaveFormat)
Saves specified slides of a presentation to a stream in the specified format with page number keeping.
Public methodSave(String, SaveFormat, ISaveOptions)
Saves all slides of a presentation to a file with the specified format and with additional options.
Public methodSave(String, Int32, SaveFormat)
Saves specified slides of a presentation to a file with the specified format with page number keeping.
Public methodSave(Stream, Int32, SaveFormat, ISaveOptions)
Saves specified slides of a presentation to a stream in the specified format with page number keeping.
Public methodSave(String, SaveFormat, HttpResponse, Boolean)
Sends the presentation to the client browser. This method is absent in ClientProfile versions of Aspose.Slide.
Public methodSave(String, Int32, SaveFormat, ISaveOptions)
Saves specified slides of a presentation to a file with the specified format with page number keeping.
Public methodSave(String, SaveFormat, ISaveOptions, HttpResponse, Boolean)
Sends the presentation to the client browser. This method is absent in ClientProfile versions of Aspose.Slide.
See Also