CPDFURLAction Class Reference
| Inherits from | CPDFAction : NSObject | 
|---|---|
| Declared in | CPDFURLAction.h | 
Overview
CPDFURLAction, a subclass of CPDFAction, defines methods for getting and setting the URL associated with a URL action.
– initWithURL:
	Initializes a URL action with the specified URL.
- (instancetype)initWithURL:(NSString *)urlParameters
url | 
						The URL to set the action to.  | 
					
|---|
Discussion
Initializes a URL action with the specified URL.
Declared In
CPDFURLAction.h
– url
	Returns the URL associated with the URL action.
- (NSString *)urlDiscussion
Returns the URL associated with the URL action.
Declared In
CPDFURLAction.h