PDFView4NET WPF Edition
Actions Property




O2S.Components.PDFView4NET.Actions Namespace > PDFAction Class : Actions Property
Gets the child actions for this object.
Syntax
'Declaration
 
Public ReadOnly Property Actions As PDFActionCollection
'Usage
 
Dim instance As PDFAction
Dim value As PDFActionCollection
 
value = instance.Actions
public PDFActionCollection Actions {get;}
public: __property PDFActionCollection* get_Actions();
public:
property PDFActionCollection^ Actions {
   PDFActionCollection^ get();
}

Property Value

List of child actions to be executed after current action is executed.
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

PDFAction Class
PDFAction Members