Action types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Enumeration ActionType
public enum class ActionType
pdftron.PDF.ActionType = function();
pdftron.PDF.ActionType.createEnum('pdftron.PDF.ActionType', false);
Members
| Member name | Value | Description |
---|
| e_GoTo | 0 | Go to a destination in the current document. |
| e_GoToR | 1 | ('Go-to remote') Go to a destination in another document. |
| e_GoToE | 2 | ('Go-to embedded'; PDF 1.6) Go to a destination in an embedded file. |
| e_Launch | 3 | Launch an application, usually to open a file. |
| e_Thread | 4 | Begin reading an article thread. |
| e_URI | 5 | Resolve a uniform resource identifier. |
| e_Sound | 6 | Play a sound. |
| e_Movie | 7 | Play a movie. |
| e_Hide | 8 | Set an annotation's Hidden flag. |
| e_Named | 9 | Execute an action predefined by the viewer application. |
| e_SubmitForm | 10 | Send data to a uniform resource locator. |
| e_ResetForm | 11 | Set fields to their default values. |
| e_ImportData | 12 | Import field values from a file. |
| e_JavaScript | 13 | Execute a JavaScript script. |
| e_SetOCGState | 14 | (PDF 1.5) Set the states of optional content groups. |
| e_Rendition | 15 | (PDF 1.5) Controls the playing of multimedia content. |
| e_Trans | 16 | Updates the display of a document, using a transition dictionary. |
| e_GoTo3DView | 17 | (PDF 1.6) Set the current view of a 3D annotation |
| e_RichMediaExecute | 18 | Adobe supplement to ISO 32000; specifies a command to be sent to rich media annotation's handler |
| e_Unknown | 19 | Unknown Action type |
See Also