Skip to main content
All docs
V25.2
  • HeaderFooterManager.AddSlideNumberPlaceholder(NotesSlide) Method

    Adds a slide number placeholder to the specified note slide.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void AddSlideNumberPlaceholder(
        NotesSlide note
    )

    Parameters

    Name Type Description
    note NotesSlide

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

    See Also