PdfPageTransition
Duration Property
|
Gets or sets the duration of the transition effect, in seconds.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Single
The transition duration.
See Also