---
title: currentDestination
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfview/currentdestination
---

# currentDestination

Returns a PDFDestination object representing the current page and the current point in the view specified in page space.

## Declaration

```swift
var currentDestination: PDFDestination? { get }
```

## Discussion

Discussion Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.

## See Also

### Related Documentation

- [go(to:)](pdfkit/pdfview/go(to:)-5lh5d.md)

### Navigating Within a Document

- [currentPage](pdfkit/pdfview/currentpage.md)
- [visiblePages](pdfkit/pdfview/visiblepages.md)
- [Navigation](pdfkit/navigation.md)
