---
title: contentVisibleFrame
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/papermarkupviewcontroller/contentvisibleframe
---

# contentVisibleFrame

The visible area of content in the scroll view.

## Declaration

```swift
@MainActor @preconcurrency var contentVisibleFrame: CGRect { get set }
```

## Discussion

Discussion Modifying this property immediately moves the canvas, to animate changing the visible rect use setContentVisibleFrame(_:animated:).

## See Also

### Scrolling and zooming

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