Gets or sets the rendering opacity.
Namespace: Spire.Pdf.Annotations
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.
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