Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

Next Page > Hide TOC

PDFActionURL Class Reference

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

Overview

PDFActionURL, a subclass of PDFAction, defines methods for getting and setting the URL associated with a URL action.

Tasks

Initializing a URL Action

Accessing and Changing the URL

Instance Methods

initWithURL:

Initializes a URL action with the specified URL.

- (id)initWithURL:(NSURL *)url

Parameters
url

The URL to set the action to.

Return Value

An initialized PDFActionURL instance, or NULL if the object could not be initialized.

Availability
Declared In
PDFActionURL.h

setURL:

Sets the URL associated with the URL action.

- (void)setURL:(NSURL *)url

Parameters
url

The URL to set the action to.

Availability
See Also
Declared In
PDFActionURL.h

URL

Returns the URL associated with the URL action.

- (NSURL *)URL

Return Value

The URL associated with the action, or NULL if no URL is specified.

Availability
See Also
Declared In
PDFActionURL.h

Next Page > Hide TOC


Last updated: 2007-12-11




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice