Constants which define the format of a saved presentation.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.2.0.0 (21.2)
SyntaxPublic Enumeration SaveFormat
public enum class SaveFormat
Members
| Member name | Value | Description |
---|
| Ppt | 0 |
Save presentation in PPT format.
|
| Pdf | 1 |
Save presentation in PDF format.
|
| Xps | 2 |
Save presentation in XPS format.
|
| Pptx | 3 |
Save presentation in PPTX format.
|
| Ppsx | 4 |
Save presentation in PPSX (slideshow) format.
|
| Tiff | 5 |
Save presentation as multi-page TIFF image.
|
| Odp | 6 |
Save presentation in ODP format.
|
| Pptm | 7 |
Save presentation in PPTM (macro-enabled presentation) format.
|
| Ppsm | 9 |
Save presentation in PPSM (macro-enabled slideshow) format.
|
| Potx | 10 |
Save presentation in POTX (template) format.
|
| Potm | 11 |
Save presentation in POTM (macro-enabled template) format.
|
| Html | 13 |
Save presentation in HTML format.
|
| Swf | 15 |
Save presentation in SWF format.
|
| Otp | 17 |
Save presentation in OTP (presentation template) format.
|
| Pps | 19 |
Save presentation in PPS format.
|
| Pot | 20 |
Save presentation in POT format.
|
| Fodp | 21 |
Save presentation in FODP format.
|
See Also