Gets or sets the duration of the transition effect, in seconds.

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 Duration { get; set; }
Public Property Duration As Single
	Get
	Set
public:
property float Duration {
	float get ();
	void set (float value);
}
member Duration : float32 with get, set

Property Value

Single
The transition duration.

See Also