PdfPageTransition
PageDuration Property
|
Gets or sets The pages display duration (also called its advance timing): the maximum
length of time, in seconds, that the page is displayed during presentations before
the viewer application automatically advances to the next page. By default,
the viewer does not advance automatically.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float PageDuration { get; set; }
Public Property PageDuration As Single
Get
Set
public:
property float PageDuration {
float get ();
void set (float value);
}
member PageDuration : float32 with get, set
Property Value
Type:
Single
The page duration.
See Also