In This Topic

ActionType Property

In This Topic
A member of the PdfActionLaunchOperation enumeration. The type of the launch action to be executed.
Syntax
'Declaration
 
Public Property ActionType As PdfActionLaunchOperation
public PdfActionLaunchOperation ActionType {get; set;}
public read-write property ActionType: PdfActionLaunchOperation; 
public function get,set ActionType : PdfActionLaunchOperation
public: __property PdfActionLaunchOperation get_ActionType();
public: __property void set_ActionType( 
   PdfActionLaunchOperation value
);
public:
property PdfActionLaunchOperation ActionType {
   PdfActionLaunchOperation get();
   void set (    PdfActionLaunchOperation value);
}
See Also