Pdf3DAnimation
Type Property
|
Gets or sets the type of the animation.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
PDF3DAnimationType
See Also