<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.4.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFDestination/init(page:at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFDestination(im)initWithPage:atPoint:"
  },
  "title" : "init(page:at:)"
}
-->

# init(page:at:)

Initializes the destination.

```
init(page: PDFPage, at point: CGPoint)
```

## Parameters

`page`

The page of the destination.

`point`

The point of the destination, in page space.

## Return Value

An initialized `PDFDestination` instance, or `NULL` if the object could not be initialized.

## Discussion

Specify `point` in page space. Typically, there’s no need to initialize destinations. Instead, you get them from [`PDFAnnotationLink`](/documentation/PDFKit/PDFAnnotationLink), [`PDFOutline`](/documentation/PDFKit/PDFOutline), or [`PDFView`](/documentation/PDFKit/PDFView) objects.

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)