PDFView4NET WPF Edition
Action Property (PDFLinkAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFLinkAnnotation Class : Action Property
Gets or sets the action to be executed when the link is clicked.
Syntax
'Declaration
 
Public Property Action As PDFAction
'Usage
 
Dim instance As PDFLinkAnnotation
Dim value As PDFAction
 
instance.Action = value
 
value = instance.Action
public PDFAction Action {get; set;}
public: __property PDFAction* get_Action();
public: __property void set_Action( 
   PDFAction* value
);
public:
property PDFAction^ Action {
   PDFAction^ get();
   void set (    PDFAction^ value);
}

Property Value

Action to execute.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFLinkAnnotation Class
PDFLinkAnnotation Members