PDFView4NET WPF Edition
NamedAction Property




O2S.Components.PDFView4NET.Actions Namespace > PDFNamedAction Class : NamedAction Property
Gets or sets the named action to be executed when this action is executed.
Syntax
'Declaration
 
Public Property NamedAction As NamedAction
'Usage
 
Dim instance As PDFNamedAction
Dim value As NamedAction
 
instance.NamedAction = value
 
value = instance.NamedAction
public NamedAction NamedAction {get; set;}
public: __property NamedAction get_NamedAction();
public: __property void set_NamedAction( 
   NamedAction value
);
public:
property NamedAction NamedAction {
   NamedAction get();
   void set (    NamedAction value);
}

Property Value

An NamedAction enumeration member specifying the action to be 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

PDFNamedAction Class
PDFNamedAction Members