---
title: page
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfdestination/page
---

# page

Returns the page that the destination refers to.

## Declaration

```swift
weak var page: PDFPage? { get }
```

## Return Value

Return Value The page referred to by the destination.

## See Also

### Getting Pages and Points

- [point](pdfkit/pdfdestination/point.md)
- [kPDFDestinationUnspecifiedValue](pdfkit/kpdfdestinationunspecifiedvalue.md)
