<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/PaperMarkupViewController/contentVisibleFrame",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit0A20MarkupViewControllerC19contentVisibleFrameSo6CGRectVvp"
  },
  "title" : "contentVisibleFrame"
}
-->

# contentVisibleFrame

The visible area of content in the scroll view.

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

## Discussion

Modifying this property immediately moves the canvas, to animate changing the visible rect use [`setContentVisibleFrame(_:animated:)`](/documentation/PaperKit/PaperMarkupViewController/setContentVisibleFrame(_:animated:)).

---

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)