---
title: printPageRenderer
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintformatter/printpagerenderer
---

# printPageRenderer

Returns the page renderer for the print formatter.

## Declaration

```swift
weak var printPageRenderer: UIPrintPageRenderer? { get }
```

## Discussion

Discussion If the receiving print formatter was not added to a page renderer—that is, it was assigned to the printFormatter property of the UIPrintInteractionController class—the value returned is nil.

## See Also

### Communicating with the page renderer

- [removeFromPrintPageRenderer()](uikit/uiprintformatter/removefromprintpagerenderer().md)
