| Inherits from | |
| Conforms to | |
| Framework | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework |
| Availability | Available in Mac OS X v10.5 and later. |
| Declared in | PDFActionGoTo.h |
| Related sample code |
PDFActionGoTo, a subclass of PDFAction, defines methods for getting and setting the destination of a go-to action.
A PDFActionGoTo object represents the action of going to a specific location within the PDF document.
Returns the destination associated with the action.
- (PDFDestination *)destination
The destination specified by the go-to action.
PDFActionGoTo.hInitializes the go-to action.
- (id)initWithDestination:(PDFDestination *) destination;
The destination with which to initialize the go-to action.
An initialized PDFActionGoTo instance, or NULL if the object could not be initialized.
Sets the destination of the go-to action.
- (void)setDestination:(PDFDestination *)destination
The destination of the go-to action.
Last updated: 2007-12-11