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

# point

Returns the point, in page space, that the destination refers to.

## Declaration

```swift
var point: CGPoint { get }
```

```swift
var point: NSPoint { get }
```

## Return Value

Return Value The point, in page space, referred to by the destination.

## Discussion

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

## See Also

### Getting Pages and Points

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