<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFActionRemoteGoTo",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFActionRemoteGoTo"
  },
  "title" : "PDFActionRemoteGoTo"
}
-->

# PDFActionRemoteGoTo

`PDFActionRemoteGoTo`, a subclass of `PDFAction`, defines methods for getting and setting the destination of a go-to action that targets another document.

```
class PDFActionRemoteGoTo
```

## Topics

### Initializing the Remote Go-to Action

[`-  initWithPageIndex:atPoint:fileURL:`](/documentation/PDFKit/PDFActionRemoteGoTo/init(pageIndex:at:fileURL:))

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

### Accessing the Page Index of the Referenced Document

[`pageIndex`](/documentation/PDFKit/PDFActionRemoteGoTo/pageIndex)

Returns the zero-based page index referenced by the remote go-to action.

### Accessing a Point on the Referenced Page

[`point`](/documentation/PDFKit/PDFActionRemoteGoTo/point)

Sets the point, in page space, on the page referenced by the remote go-to action.

### Accessing the URL of the Referenced Document

[`URL`](/documentation/PDFKit/PDFActionRemoteGoTo/url)

Returns the URL of the document referenced by the remote go-to action.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`PDFAction`](/documentation/PDFKit/PDFAction)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)