Foxit::PDF::Action Class Reference

Class to represent action type and data. More...

Public Member Functions

 Action ()
 Default constructor.
 

Properties

ActionType Type
 Action type. Please refer to enumeration PDF::ActionType and this should be one of its values.
 
Object^  actionData
 An object that represents the action data, based on Action::Type. More...
 

Detailed Description

Class to represent action type and data.

This is used as return type of function Bookmark::GetAction. Please refer to comment of Action::actionData for more details about the corresponding relationship between Action::Type and Action::actionData.

Property Documentation

Foxit Corporation