---
title: "go(to:)"
framework: pdfkit
role: symbol
role_heading: Instance Method
path: "pdfkit/pdfview/go(to:)-5lh5d"
---

# go(to:)

Navigates to the specified destination.

## Declaration

```swift
func go(to destination: PDFDestination)
```

## Discussion

Discussion Destinations include a page and a point on the page specified in page space. Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.

## See Also

### Related Documentation

- [currentPage](pdfkit/pdfview/currentpage.md)
- [currentDestination](pdfkit/pdfview/currentdestination.md)

### Using Seek in a Document

- [go(to:)](pdfkit/pdfview/go(to:)-6x8y2.md)
- [go(to:)](pdfkit/pdfview/go(to:)-3t5go.md)
- [go(to:on:)](pdfkit/pdfview/go(to:on:).md)
