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

# printableRect

The area in which printing can occur.

## Declaration

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

## Discussion

Discussion The value of this property is a rectangle that defines the area in which the printer can print content. Sometimes this is referred to as the imageable area of the paper.

## See Also

### Related Documentation

- [printPaper](uikit/uiprintinteractioncontroller/printpaper.md)

### Accessing information about the print job

- [numberOfPages](uikit/uiprintpagerenderer/numberofpages.md)
- [paperRect](uikit/uiprintpagerenderer/paperrect.md)
