| Inherits from | |
| Conforms to | |
| Framework | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework |
| Availability | Available in Mac OS X v10.5 and later.
|
| Declared in | PDFActionURL.h |
PDFActionURL, a subclass of PDFAction, defines methods for getting and setting the URL associated with a URL action.
Initializes a URL action with the specified URL.
- (id)initWithURL:(NSURL *)url
The URL to set the action to.
An initialized PDFActionURL instance, or NULL if the object could not be initialized.
PDFActionURL.hSets the URL associated with the URL action.
- (void)setURL:(NSURL *)url
The URL to set the action to.
– URLPDFActionURL.hReturns the URL associated with the URL action.
- (NSURL *)URL
The URL associated with the action, or NULL if no URL is specified.
– setURL:PDFActionURL.h
Last updated: 2007-12-11