Table of Contents

Property Speed

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Speed

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

public double Speed { get; set; }

Property Value

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.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.

ArgumentOutOfRangeException

value is less than or equal to 0.