<!--
{
  "documentType" : "article",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/zoom-operations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Zoom Operations"
}
-->

# Zoom Operations

Zoom operations for a PDF View.

## Topics

### Zooming in a PDF View

[`func zoomIn(Any?)`](/documentation/PDFKit/PDFView/zoomIn(_:))

Zooms in by increasing the scaling factor.

[`var canZoomIn: Bool`](/documentation/PDFKit/PDFView/canZoomIn)

Returns a Boolean value indicating whether the user can magnify the view and zoom in.

[`func zoomOut(Any?)`](/documentation/PDFKit/PDFView/zoomOut(_:))

Zooms out by decreasing the scaling factor.

[`var canZoomOut: Bool`](/documentation/PDFKit/PDFView/canZoomOut)

Returns a Boolean value indicating whether the user can view an expanded area and zoom out.



---

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)