<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 11.0.0 -",
    "macOS: 10.4.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFViewDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(pl)PDFViewDelegate"
  },
  "title" : "PDFViewDelegate"
}
-->

# PDFViewDelegate

The delegate for the `PDFView` object.

```
protocol PDFViewDelegate : NSObjectProtocol
```

## Topics

### Working with Annotation Actions

[`pdfViewPerformFind(_:)`](/documentation/PDFKit/PDFViewDelegate/pdfViewPerformFind(_:))

Performs a find operation.

[`pdfViewPerformGo(toPage:)`](/documentation/PDFKit/PDFViewDelegate/pdfViewPerformGo(toPage:))

Performs a go-to operation.

[`pdfViewPerformPrint(_:)`](/documentation/PDFKit/PDFViewDelegate/pdfViewPerformPrint(_:))

Prints the current document.

[`pdfViewOpenPDF(_:forRemoteGoToAction:)`](/documentation/PDFKit/PDFViewDelegate/pdfViewOpenPDF(_:forRemoteGoToAction:))

Opens a specified page.

### Scaling the View

[`pdfViewWillChangeScaleFactor(_:toScale:)`](/documentation/PDFKit/PDFViewDelegate/pdfViewWillChangeScaleFactor(_:toScale:))

Overrides changes to the scale factor.

### Linking in a View

[`pdfViewWillClick(onLink:with:)`](/documentation/PDFKit/PDFViewDelegate/pdfViewWillClick(onLink:with:))

Handle clicks on URL links in a view.

### Printing the View

[`pdfViewPrintJobTitle(_:)`](/documentation/PDFKit/PDFViewDelegate/pdfViewPrintJobTitle(_:))

Overrides the job title used when the `PDFView` is printed.

### Instance Methods

[`pdfViewParentViewController()`](/documentation/PDFKit/PDFViewDelegate/pdfViewParentViewController())



---

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)