Contents

PDFAction

An action that is performed when, for example, a PDF annotation is activated or an outline item is clicked.

Declaration

class PDFAction

Overview

A PDFAction object represents an action associated with a PDF element, such as an annotation or a link, that the viewer application can perform. See the Adobe PDF Specification for more about actions and action types.

PDFAction is an abstract superclass of the following concrete classes:

  • PDFActionGoTo

  • PDFActionNamed

  • PDFActionRemoteGoTo

  • PDFActionResetForm

  • PDFActionURL

Topics

Action Types

Getting the Action Type

See Also

Accessing Information About an Annotation