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

# point

Sets the point, in page space, on the page referenced by the remote go-to action.

## Declaration

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

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

## Parameters

- `point`: The point on the remote page to go to. If either the x value or the y value of the point is kPDFDestinationUnspecifiedValue, no position on the page is specified.

## Discussion

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