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

# contentsRenderFrame

The frame that tightly fits the rendered contents on the paper.

```
var contentsRenderFrame: CGRect { get }
```

## Discussion

This frame includes padding around `contentsFrame` to ensure it includes all the rendered
aspects of the content. For example, this frame will include the strokes, and
shadows of any contents.

---

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)