---
title: zoomRange
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/papermarkupviewcontroller/zoomrange
---

# zoomRange

A floating-point range that specifies the minimum and maximum scale factor that can apply to the canvas’ content.

## Declaration

```swift
@MainActor @preconcurrency var zoomRange: ClosedRange<CGFloat> { get set }
```

## Discussion

Discussion The default value is 1.0...1.0.

## See Also

### Scrolling and zooming

- [scrollConfiguration](paperkit/papermarkupviewcontroller/scrollconfiguration-swift.property.md)
- [PaperMarkupViewController.ScrollConfiguration](paperkit/papermarkupviewcontroller/scrollconfiguration-swift.class.md)
- [contentVisibleFrame](paperkit/papermarkupviewcontroller/contentvisibleframe.md)
- [setContentVisibleFrame(_:animated:)](paperkit/papermarkupviewcontroller/setcontentvisibleframe(_:animated:).md)
