Skip to main content
All docs
V25.1
  • DocumentProperties.Notes Property

    Obtains the number of slides in a presentation that contain notes.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public int Notes { get; }

    Property Value

    Type Description
    Int32

    The number of slides that contain notes.

    See Also