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

    Show / Hide Table of Contents

    CustomSlideShow Class

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

    Represents a slide sequence that allows for the displaying of the slides within the presentation in any arbitrary order.

    • C#
    • VB.NET
    public sealed class CustomSlideShow
    Public NotInheritable Class CustomSlideShow
    Inheritance:
    System.Object
    CustomSlideShow

    Properties

    Name

    Gets or sets the name for the custom show.

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

    The name for the custom show.

    Exceptions
    System.ArgumentException

    Value is either null or System.String.Empty or custom show with the same name already exists in the presentation.

    Slides

    Gets the ordered collection of slides that will be played in the current custom show.

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

    The ordered collection of slides that will be played in the current custom show.

    Examples

    Slide Show Example

    See Also

    CustomShow
    CustomShows
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.