| PdfActionType Enumeration |
Standard PDF action types
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public enum PdfActionType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Catches all unknown action.
|
| GoTo | 1 |
Goes to a destination in the current document.
|
| GoToR | 2 |
Goes to a destination in another document.
|
| GoToE | 3 |
Goes to a destination in an embedded file.
|
| Launch | 4 |
Launches an application, usually to open a file.
|
| Thread | 5 |
Begins reading an article thread.
|
| URI | 6 |
Resolves a uniform resource identifier.
|
| Sound | 7 |
Plays a sound.
|
| Movie | 8 |
Plays a movie.
|
| Hide | 9 |
Sets an annotation's hidden flag.
|
| Named | 10 |
Executes a predefined named action.
|
| SubmitForm | 11 |
Sends data to a uniform resource locator.
|
| ResetForm | 12 |
Sets all fields to their default values.
|
| ImportData | 13 |
Imports field values from a file.
|
| JavaScript | 14 |
Executes a JavaScript script.
|
| SetOCGState | 15 |
Sets the states of optional content groups.
|
| Rendition | 16 |
Controls the playing of multimedia content.
|
| Trans | 17 |
Updates the display of a document, using a transition dictionary.
|
| GoTo3DView | 18 |
Sets the current view of a 3D annotation.
|
See Also