CPDFGoToAction Class Reference
Inherits from | CPDFAction : NSObject |
---|---|
Declared in | CPDFGoToAction.h |
Overview
CPDFGoToAction, a subclass of CPDFAction, defines methods for getting and setting the destination of a go-to action.
A CPDFGoToAction object represents the action of going to a specific location within the PDF document.
– initWithDestination:
Initializes the go-to action.
- (instancetype)initWithDestination:(CPDFDestination *)destination
Parameters
destination |
The destination with which to initialize the go-to action. |
---|
Discussion
Initializes the go-to action.
Declared In
CPDFGoToAction.h
– destination
Returns the destination associated with the action.
- (CPDFDestination *)destination
Discussion
Returns the destination associated with the action.
Declared In
CPDFGoToAction.h