PdfRichMediaAnimationSettings.Speed Property

Gets or sets the speed to use when running the animation.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double Speed { get; set; }
VB
Public Property Speed As Double
	Get
	Set

Property Value

Type: Double
The speed. Must be greater than zero.

Remarks

Default value: 1.

This property allows to adjust the desired speed of animations without re-authoring the content. A value greater than 1 shortens the time it takes to play the animation, or effectively speeds up the animation.

This property is ignored when Style is None.

See Also