HeaderFooterManager.AddSlideNumberPlaceholder(IEnumerable<NotesSlide>) Method
Adds a slide number placeholder to the specified note slides.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| notes | IEnumerable<NotesSlide> | The note slides to which the slide number placeholder should be added. |
See Also