Enum Action.Type
Action types
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum Action.Type
Fields
Name | Description |
---|---|
e_GoTo | Go to a destination in the current document. |
e_GoTo3DView | (PDF 1.6) Set the current view of a 3D annotation |
e_GoToE | ('Go-to embedded'; PDF 1.6) Go to a destination in an embedded file. |
e_GoToR | ('Go-to remote') Go to a destination in another document. |
e_Hide | Set an annotation's Hidden flag. |
e_ImportData | Import field values from a file. |
e_JavaScript | Execute a JavaScript script. |
e_Launch | Launch an application, usually to open a file. |
e_Movie | Play a movie. |
e_Named | Execute an action predefined by the viewer application. |
e_Rendition | (PDF 1.5) Controls the playing of multimedia content. |
e_ResetForm | Set fields to their default values. |
e_RichMediaExecute | Adobe supplement to ISO 32000; specifies a command to be sent to rich media annotation's handler |
e_SetOCGState | (PDF 1.5) Set the states of optional content groups. |
e_Sound | Play a sound. |
e_SubmitForm | Send data to a uniform resource locator. |
e_Thread | Begin reading an article thread. |
e_Trans | Updates the display of a document, using a transition dictionary. |
e_URI | Resolve a uniform resource identifier. |
e_Unknown | Unknown Action type |