---
title: PDFActionRemoteGoTo
framework: pdfkit
role: symbol
role_heading: Class
path: pdfkit/pdfactionremotegoto
---

# PDFActionRemoteGoTo

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

## Declaration

```swift
class PDFActionRemoteGoTo
```

## Topics

### Initializing the Remote Go-to Action

- [init(pageIndex:at:fileURL:)](pdfkit/pdfactionremotegoto/init(pageindex:at:fileurl:).md)

### Accessing the Page Index of the Referenced Document

- [pageIndex](pdfkit/pdfactionremotegoto/pageindex.md)

### Accessing a Point on the Referenced Page

- [point](pdfkit/pdfactionremotegoto/point.md)

### Accessing the URL of the Referenced Document

- [url](pdfkit/pdfactionremotegoto/url.md)

### Initializers

- [init(pageIndex:atPoint:fileURL:)](pdfkit/pdfactionremotegoto/init(pageindex:atpoint:fileurl:).md)

## Relationships

### Inherits From

- [PDFAction](pdfkit/pdfaction.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Action Types

- [PDFActionGoTo](pdfkit/pdfactiongoto.md)
- [PDFActionNamed](pdfkit/pdfactionnamed.md)
- [PDFActionResetForm](pdfkit/pdfactionresetform.md)
- [PDFActionURL](pdfkit/pdfactionurl.md)
- [PDFActionNamedName](pdfkit/pdfactionnamedname.md)
