XFINIUM.PDF Documentation
ActivationMode Property



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

Property Value

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