Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / TransitionDuration Property

In This Topic
    TransitionDuration Property
    In This Topic
    Gets or sets the page’s display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page Default: null (the viewer shall not advance automatically).
    Syntax
    'Declaration
     
    Public Property TransitionDuration As System.Nullable(Of Single)
    public System.Nullable<float> TransitionDuration {get; set;}
    See Also