XFINIUM.PDF Documentation
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 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

Pdf3DActivation Class
Pdf3DActivation Members

Send Feedback