PDFView4NET WPF Edition
Action Property (PDFBookmark)




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : Action Property
Gets or sets the action to be executed when the bookmark is clicked.
Syntax
'Declaration
 
Public Property Action As PDFAction
'Usage
 
Dim instance As PDFBookmark
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

The action to execute when the bookmark is selected by the user.
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

PDFBookmark Class
PDFBookmark Members