GrapeCity.Documents.Pdf.Actions Namespace
In This Topic
Classes
| Class | Description |
 | ActionBase | Base class for PDF actions which can be performed when user clicks links, document outlines etc. |
 | ActionFieldsBase | Base class for ActionSubmitForm and ActionResetForm, which operates over set of specified fields. |
 | ActionGoTo | Defines a go-to action changes the view to a specified destination (page, location, and magnification factor), defined by the GrapeCity.Documents.Pdf.DestinationBase object. |
 | ActionGoToR | Defines a remote go-to action is similar to an ordinary go-to action ActionGoTo but jumps to a destination in another PDF file instead of the current file. |
 | ActionHide | Represents a hide action, hides or shows one or more GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations on screen by setting or clearing their Hidden flag. |
 | ActionImportData | Defines an action imports Forms Data Format (FDF) data into the document’s interactive form from a specified file. |
 | ActionJavaScript | Defines an action causes a script to be compiled and executed by the JavaScript interpreter. |
 | ActionLaunch | Defines a launch action launches an application or opens or prints a document. |
 | ActionLaunch.WinAttrs | Defines windows-specific launch parameters. |
 | ActionNamed | Defines an action performs some viewer application action: Go to next / previous page, etc. |
 | ActionResetForm | Defines an action resets selected interactive form fields to their default values; If no default value is defined for a field, its value is cleared. For fields that can have no value (such as GrapeCity.Documents.Pdf.AcroForms.PushButtonField), the action has no effect. |
 | ActionSubmitForm | Defines an action that transmits the names and values of selected interactive form fields to a specified uniform resource locator (URL), presumably the address of a Web server that will process them and send back a response. |
 | ActionUnknown | Defines an unknown action. |
 | ActionURI | Defines an URI action causes navigation to specified URI. |
Enumerations
See Also