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

    Gets or sets the starting number for slide numbering in the presentation.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public int FirstSlideNumber { get; set; }

    Property Value

    Type Description
    Int32

    The first slide’s number.

    See Also