Gets or sets the type of the animation.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PDF3DAnimationType Type { get; set; }
Public Property Type As PDF3DAnimationType Get Set
public: property PDF3DAnimationType Type { PDF3DAnimationType get (); void set (PDF3DAnimationType value); }
member Type : PDF3DAnimationType with get, set