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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Single
The page duration.

See Also