Pdf3DAnimation
TimeMultiplier Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Single
See Also