XFINIUM.PDF Documentation
DeactivationState Property



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

Property Value

A Pdf3DDeactivationState specifying the state of the artwork instance upon deactivation 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