<!--
{
  "availability" : [
    "iOS: 4.2.0 -",
    "iPadOS: 4.2.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPrintPaper/printableRect",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPrintPaper(py)printableRect"
  },
  "title" : "printableRect"
}
-->

# printableRect

The rectangle that represents the portion of the paper that can be imaged upon.

```
var printableRect: CGRect { get }
```

## Discussion

Typically, UIKit passes this value into the last argument of the [`UIPrintPageRenderer`](/documentation/UIKit/UIPrintPageRenderer) method [`drawPage(at:in:)`](/documentation/UIKit/UIPrintPageRenderer/drawPage(at:in:)).

---

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)