Skip to main content
All docs
V26.1
  • HeaderFooterManager.AddSlideNumberPlaceholder(IEnumerable<NotesSlide>) Method

    Adds a slide number placeholder to the specified note slides.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public void AddSlideNumberPlaceholder(
        IEnumerable<NotesSlide> notes
    )

    Parameters

    Name Type Description
    notes IEnumerable<NotesSlide>

    The note slides to which the slide number placeholder should be added.

    See Also