XFINIUM.PDF Documentation
DeactivationMode Property



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

Property Value

A Pdf3DDeactivationMode specifying the circumstances under which the annotation should be deactivated.
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