Documents for PDF, .NET Edition Documentation
TransitionDuration Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : TransitionDuration Property
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

Reference

Page Class
Page Members