ActionType Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies type of Bytescout.PDF.PDFAction.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| GoTo | 0 | Go to a destination in the current document. | |
| GoToRemote | 1 | Go to a destination in another document. | |
| GoToEmbedded | 2 | Go to a destination in an embedded file. | |
| Launch | 3 | Launch an application, usually to open a file. | |
| Thread | 4 | Begin reading an article thread. | |
| URI | 5 | Resolve a uniform resource identifier. | |
| Sound | 6 | Play a sound. | |
| Movie | 7 | Play a movie. | |
| Hide | 8 | Set an annotations Hidden flag. | |
| Named | 9 | Execute an action predefined by the viewer application. | |
| SubmitForm | 10 | Send data to a uniform resource locator. | |
| ResetForm | 11 | Set fields to their default values. | |
| ImportData | 12 | Import field values from a file. | |
| JavaScript | 13 | Execute a JavaScript script. | |
| SetOCGState | 14 | Set the states of optional content groups. | |
| Rendition | 15 | Controls the playing of multimedia content. | |
| Transition | 16 | Uses a transition to update the display of a document. | |
| GoTo3DView | 17 | Set the current view of a 3D annotation. |
See Also