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.

C# | Visual Basic | Visual C++ |
public virtual Id InitWithPageIndexAtPointFileURL( NSUInteger pageIndex, NSPoint point, NSURL url )
Public Overridable Function InitWithPageIndexAtPointFileURL ( _ pageIndex As NSUInteger, _ point As NSPoint, _ url As NSURL _ ) As Id
public: virtual Id^ InitWithPageIndexAtPointFileURL( NSUInteger pageIndex, NSPoint point, NSURL^ url )

- 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.

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)