MonobjcMonobjc Documented Class Library
PDFActionRemoteGoTo Constructor (pageIndex, point, url)
NamespacesMonobjc.QuartzPDFActionRemoteGoToPDFActionRemoteGoTo(NSUInteger, NSPoint, NSURL)

Initializes the remote go-to action with the specified page index, point, and document URL.

Original signature is '- (id)initWithPageIndex:(NSUInteger)pageIndex atPoint:(NSPoint)point fileURL:(NSURL *)url'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public PDFActionRemoteGoTo(
	NSUInteger pageIndex,
	NSPoint point,
	NSURL url
)
Public Sub New ( _
	pageIndex As NSUInteger, _
	point As NSPoint, _
	url As NSURL _
)
public:
PDFActionRemoteGoTo(
	NSUInteger pageIndex, 
	NSPoint point, 
	NSURL^ url
)
Parameters
pageIndex (NSUInteger)
The page index of the remote document.
point (NSPoint)
The point on the page in the remote document.
url (NSURL)
The URL of the remote PDF document.
Return Value
An initialized PDFActionRemoteGoTo 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)