IPresentation — Aspose.Slides FOSS C# (.NET) API Reference
IPresentation — IPresentation API type. Inherits from: IPresentationComponent.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Presentation | IPresentation? | Read/Write | |
CurrentDateTime | DateTime | Read/Write | |
Slides | ISlideCollection | Read/Write | |
NotesSize | INotesSize | Read/Write | |
LayoutSlides | IGlobalLayoutSlideCollection | Read/Write | |
Masters | IMasterSlideCollection | Read/Write | |
Sections | ISectionCollection | Read/Write | |
CommentAuthors | ICommentAuthorCollection | Read/Write | |
DocumentProperties | IDocumentProperties | Read/Write | |
Images | IImageCollection | Read/Write | |
SourceFormat | SourceFormat | Read/Write | |
FirstSlideNumber | int | Read/Write | |
AsIPresentationComponent | IPresentationComponent | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Save(string fname, SaveFormat format) | void | The export format. |
Save(Stream stream, SaveFormat format) | void | The export format. |
Save(string fname, SaveFormat format, ISaveOptions options) | void | Additional export options. |
Save(Stream stream, SaveFormat format, ISaveOptions options) | void | Additional export options. |
Save(string fname, int[] slides, SaveFormat format) | void | The export format. |
Save(string fname, int[] slides, SaveFormat format, ISaveOptions options) | void | Additional export options. |
Save(Stream stream, int[] slides, SaveFormat format) | void | The export format. |
Save(Stream stream, int[] slides, SaveFormat format, ISaveOptions options) | void | Additional export options. |
Save(ISaveOptions options) | void | Export options controlling format and destination. |