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... | |
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.
Object^ Foxit::PDF::Action::actionData |
An object that represents the action data, based on Action::Type.
The actual class of this object should be: