XFINIUM.PDF Documentation
ActivationState Property



Xfinium.Pdf.Annotations Namespace > Pdf3DActivation Class : ActivationState Property
Gets or sets the annotation activation state.
Syntax
'Declaration
 
Public Property ActivationState As Pdf3DActivationState
'Usage
 
Dim instance As Pdf3DActivation
Dim value As Pdf3DActivationState
 
instance.ActivationState = value
 
value = instance.ActivationState
public Pdf3DActivationState ActivationState {get; set;}
public:
property Pdf3DActivationState ActivationState {
   Pdf3DActivationState get();
   void set (    Pdf3DActivationState value);
}

Property Value

A Pdf3DActivationState specifying the state of the artwork instance upon activation of the annotation.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

Pdf3DActivation Class
Pdf3DActivation Members