<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFDestination"
  },
  "title" : "PDFDestination"
}
-->

# PDFDestination

A `PDFDestination` object describes a point on a PDF page.

```
class PDFDestination
```

## Overview

In typical usage, you do not initialize `PDFDestination` objects but rather get them as either attributes of [`PDFAnnotationLink`](/documentation/PDFKit/PDFAnnotationLink) or [`PDFOutline`](/documentation/PDFKit/PDFOutline) objects, or in response to the `PDFView` method [`currentDestination`](/documentation/PDFKit/PDFView/currentDestination).

## Topics

### Initializing a Destination

[`init(page:at:)`](/documentation/PDFKit/PDFDestination/init(page:at:))

Initializes the destination.

### Getting Pages and Points

[`page`](/documentation/PDFKit/PDFDestination/page)

Returns the page that the destination refers to.

[`point`](/documentation/PDFKit/PDFDestination/point)

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

[`kPDFDestinationUnspecifiedValue`](/documentation/PDFKit/kPDFDestinationUnspecifiedValue)

### Getting a Relative Location

[`compare(_:)`](/documentation/PDFKit/PDFDestination/compare(_:))

Returns a comparison result that indicates the location of the destination in the document, relative to the current position.

### Instance Properties

[`zoom`](/documentation/PDFKit/PDFDestination/zoom)



---

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)