---
title: canZoomIn
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfview/canzoomin
---

# canZoomIn

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

## Declaration

```swift
var canZoomIn: Bool { get }
```

## See Also

### Zooming in a PDF View

- [zoomIn(_:)](pdfkit/pdfview/zoomin(_:).md)
- [zoomOut(_:)](pdfkit/pdfview/zoomout(_:).md)
- [canZoomOut](pdfkit/pdfview/canzoomout.md)
