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

akNoneNo action.
akGoToGo to a destination in the current document.
akGoToRGo to a destination in another document.
akURILaunch a URI (web link).
akLaunchLaunch an application or open a file.
akNamedExecute a named action (e.g. NextPage, PrevPage).
akJavaScriptRun a JavaScript code fragment.
akHideShow or hide annotations or interactive fields.
akSubmitFormSubmit interactive form data to a URL.
akResetFormReset interactive form fields to default values.
akImportDataImport form data from a file or stream.

See also

TPDFlibActionInfo, GetOutlineActionInfo, GetAnnotActionInfo