---
title: printableRect
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintpaper/printablerect
---

# printableRect

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

## Declaration

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

## Discussion

Discussion Typically, UIKit passes this value into the last argument of the UIPrintPageRenderer method drawPage(at:in:).

## See Also

### Getting the paper size and the printing area

- [paperSize](uikit/uiprintpaper/papersize.md)
