| Class | Description |
|---|---|
| CPDFAction |
A PDF action may have sub-actions.
|
| CPDFGoToAction |
PDF action representing a change to another page.
|
| CPDFGoToRAction |
A remote go-to action is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.
|
| CPDFJSAction |
Action that should trigger execution of JavaScript embedded in it.
|
| CPDFLaunchAction |
Launch action is to launch an application, usually to open a file.
|
| CPDFNamedAction |
Named action is an action that executes an action predefined by the viewer application.
|
| CPDFResetFormAction |
Resets one or more form fields to their default value.
|
| CPDFSubmitFormAction |
PDF action for sending form data to a URI.
|
| CPDFUriAction |
Action of link annotation which includes accessing to website and sending mail.
|
| Enum | Description |
|---|---|
| CPDFAction.ActionType |
动作的类型
|