TPDFlibActionKind
Data Types
Description
TPDFlibActionKind enumerates the types of action associated with bookmarks (outlines) or annotations.
Syntax
TPDFlibActionKind = (akNone, akGoTo, akGoToR, akURI, akLaunch, akNamed, akJavaScript, akHide, akSubmitForm, akResetForm, akImportData, akGoToE, akThread, akSound, akMovie, akSetOCGState, akRendition, akTrans, akGoTo3DView);Values
| akNone | No action. |
|---|---|
| akGoTo | Go to a destination in the current document. |
| akGoToR | Go to a destination in another document. |
| akURI | Launch a URI (web link). |
| akLaunch | Launch an application or open a file. |
| akNamed | Execute a named action (e.g. NextPage, PrevPage). |
| akJavaScript | Run a JavaScript code fragment. |
| akHide | Show or hide annotations or interactive fields. |
| akSubmitForm | Submit interactive form data to a URL. |
| akResetForm | Reset interactive form fields to default values. |
| akImportData | Import form data from a file or stream. |