CPDFAction Class Reference

Inherits from NSObject
Declared in CPDFAction.h

Overview

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

A CPDFAction 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. CPDFAction is an abstract superclass of the following concrete classes: CPDFGoToAction, CPDFURLAction, CPDFNamedAction, CPDFResetFormAction.

  type

Returns the type of the action.

@property (nonatomic, readonly) NSInteger type

Discussion

Returns the type of the action.

Type based on the Adobe PDF Specification (1.7), Table 8.48: Action types.

Declared In

CPDFAction.h