NotesSlideManager
Overview
NotesSlideManager is a class in Aspose.Slides FOSS for .NET.
Inherits from: INotesSlideManager.
Manages notes slide operations for a slide.
This class provides 2 methods for working with NotesSlideManager objects in .NET programs.
Available methods include: AddNotesSlide, RemoveNotesSlide.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: NotesSlide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
NotesSlide | INotesSlide? | Read | Gets the notes slide. |
Methods
| Signature | Description |
|---|---|
AddNotesSlide() | Adds a new notes slide to the presentation |
RemoveNotesSlide() | Removes the notes slide from the presentation |