---
title: canZoomOut
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfview/canzoomout
---

# canZoomOut

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

## Declaration

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

## See Also

### Zooming in a PDF View

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