MonobjcMonobjc Documented Class Library
PDFActionURL Constructor (url)
NamespacesMonobjc.QuartzPDFActionURLPDFActionURL(NSURL)

Initializes a URL action with the specified URL.

Original signature is '- (id)initWithURL:(NSURL *)url'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public PDFActionURL(
	NSURL url
)
Public Sub New ( _
	url As NSURL _
)
public:
PDFActionURL(
	NSURL^ url
)
Parameters
url (NSURL)
The URL to set the action to.
Return Value
An initialized PDFActionURL instance, or NULL if the object could not be initialized.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)