GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    Section Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a section in the presentation.

    • C#
    • VB.NET
    public class Section
    Public Class Section
    Inheritance:
    System.Object
    Section

    Properties

    FirstSlide

    Gets the slide from which this section starts.

    • C#
    • VB.NET
    public Slide FirstSlide { get; }
    Public ReadOnly Property FirstSlide As Slide
    Property Value
    Slide

    The slide from which this section starts.

    Name

    Gets or sets the name of the section.

    • C#
    • VB.NET
    public string Name { get; set; }
    Public Property Name As String
    Property Value
    System.String

    The name of the section.

    Slides

    Gets the slides contained in this section.

    • C#
    • VB.NET
    public IEnumerable<Slide> Slides { get; }
    Public ReadOnly Property Slides As IEnumerable(Of Slide)
    Property Value
    System.Collections.Generic.IEnumerable<Slide>

    The slides contained in this section.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.