XFINIUM.PDF Documentation
Activation Property



Gets or sets the annotation activation.
Syntax
'Declaration
 
Public Property Activation As Pdf3DActivation
'Usage
 
Dim instance As Pdf3DAnnotation
Dim value As Pdf3DActivation
 
instance.Activation = value
 
value = instance.Activation
public Pdf3DActivation Activation {get; set;}
public:
property Pdf3DActivation^ Activation {
   Pdf3DActivation^ get();
   void set (    Pdf3DActivation^ value);
}

Property Value

A Pdf3DActivation that defines the times at which the annotation should be activated and deactivated and the state of the 3D artwork instance at those times.
Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DAnnotation Class
Pdf3DAnnotation Members

Send Feedback