Skip to main content
All docs
V25.1
  • Presentation.NotesMaster Property

    Gets or sets the Notes Master that is a shared layout for all notes in the presentation. The Notes Master contains visual parameters (location on a slide, text format settings, background, and so on) for headers, footers, and notes.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public NotesMaster NotesMaster { get; set; }

    Property Value

    Type Description
    NotesMaster

    A NotesMaster instance.

    Remarks

    For more information, refer to the following help topic: Organize Slide Notes and Notes Layout with DevExpress Presentation API Library.

    See Also