| PDFReaderControls.NET Professional Type Reference |
|
TallComponents.PDF.Actions Namespace
Namespace hierarchy
Classes
| Class |
Description |
|
Action
|
Abstract base class of all action classes. |
|
ActionCollection
|
An action collection. |
|
ActionContext
|
This class provide the context for an action while executing. |
|
ActionHandler
|
A derived instance of ActionHandler is passed to Action.Execute(...). This method calls one of the below ActionHandler methods according to the type of action. |
|
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 |
|
ActionReason
|
The reason this action is executed. |
|
HttpMethod
|
The http method specifies how to submit to the server. |
|
SubmitFormat
|
The submit format specifies what to submit to the server. |