Xfinium.Pdf.Annotations Namespace : Pdf3DAnimationStyle Enumeration |
'Declaration
Public Enum Pdf3DAnimationStyle Inherits System.Enum
'Usage
Dim instance As Pdf3DAnimationStyle
public enum Pdf3DAnimationStyle : System.Enum
public enum class Pdf3DAnimationStyle : public System.Enum
Member | Description |
---|---|
Linear | Keyframe animations are driven linearly from beginning to end. This animation style results in a repetitive playthrough of the animation, such as in a walking motion. |
None | Keyframe animations should not be driven directly by the viewer application. This value is used by documents that are intended to drive animations through an alternate means, such as JavaScript. |
Oscillating | Keyframe animations should oscillate along their time range. This animation style results in a back-and-forth playing of the animation, such as exploding or collapsing parts. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Annotations.Pdf3DAnimationStyle
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library