CPDFNamedAction Class Reference

Inherits from CPDFAction : NSObject
Declared in CPDFNamedAction.h

Overview

CPDFNamedAction defines methods used to work with actions in PDF documents, some of which are named in the Adobe PDF Specification.

A CPDFNamedAction object represents an action with a defined name.

– initWithName:

- (instancetype)initWithName:(CPDFNamedActionName)name

– name

Returns the name of the named action.

- (CPDFNamedActionName)name

Discussion

Returns the name of the named action.

Declared In

CPDFNamedAction.h