---
title: paperRect
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintpagerenderer/paperrect
---

# paperRect

The size of the paper for printing.

## Declaration

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

## Discussion

Discussion The value of this property is a rectangle that defines the size of paper chosen for the print job. The origin is always (0,0).

## See Also

### Related Documentation

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

### Accessing information about the print job

- [numberOfPages](uikit/uiprintpagerenderer/numberofpages.md)
- [printableRect](uikit/uiprintpagerenderer/printablerect.md)
