Classes
| Class | Description | |
|---|---|---|
| Action |
Abstract base class of all action classes.
| |
| ActionCollection |
An action collection.
| |
| ActionVisitor |
A derived instance of ActionVisitor is passed to Action.Accept(...). This method
calls one of the below ActionVisitor methods according to the type of action.
| |
| FormAction |
The form action is the base class for several form related actions.
| |
| GoToAction |
The go-to action moves the actual view to a destination in the current document.
| |
| HideAction |
The hide action sets or clears the annotation's Hidden flag.
| |
| ImportDataAction |
The ImportData action imports field values from a file.
| |
| JavaScriptAction |
A JavaScript action executes javascript.
| |
| LaunchAction |
A LaunchAction starts an external Application.
| |
| NamedAction |
A Named action executes an action predefined by the viewer application.
| |
| ResetFormAction |
The reset form action resets the fields to there default value.
| |
| SubmitFormAction |
The submit form action send form data (containing field values) to a URL in a specified format.
| |
| UnknownAction |
Unknown action. This action will be created if the action is unknown or different from the supported types.
| |
| UriAction |
A UriAction starts an external web site from its URL.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| HttpMethod |
The http method specifies how to submit to the server.
| |
| SubmitFormat |
The submit format specifies what to submit to the server.
|