PdfRichMediaAnimationSettings Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfRichMediaAnimationSettings Class
Class for rich media animation settings.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfRichMediaAnimationSettings

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

Syntax

C#
public sealed class PdfRichMediaAnimationSettings
VB
Public NotInheritable Class PdfRichMediaAnimationSettings

The PdfRichMediaAnimationSettings type exposes the following members.

Properties

  NameDescription
Public propertyPlayCount
Gets or sets the play count.
Public propertySpeed
Gets or sets the speed to use when running the animation.
Public propertyStyle
Gets or sets a value indicating how to apply timeline scaling to keyframe animations.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Remarks

Animation settings specifies how to apply timeline scaling to keyframe animations. They may also set up keyframe animations to play repeatedly.

A keyframe animation may be provided as part of Flash or 3D model content. A keyframe animation provides key frames and specifies the mapping for the position of geometry over a set period of time (animation timeline). Keyframe animation is an interactive feature that is highly dependent on the behaviour and controls provided by the PDF viewer.

See Also