Gets or sets the rendering opacity.

Remarks

A positive number specifying the time multiplier to be used when running the animation. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float TimeMultiplier { get; set; }
Public Property TimeMultiplier As Single
	Get
	Set
public:
property float TimeMultiplier {
	float get ();
	void set (float value);
}
member TimeMultiplier : float32 with get, set

Property Value

Single

See Also