---
title: removeFromPrintPageRenderer()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uiprintformatter/removefromprintpagerenderer()
---

# removeFromPrintPageRenderer()

Removes the print formatter from the page renderer.

## Declaration

```swift
func removeFromPrintPageRenderer()
```

## Discussion

Discussion A print formatter is typically associated with a pages of a UIPrintPageRenderer object through the addPrintFormatter(_:startingAtPageAt:) method.

## See Also

### Communicating with the page renderer

- [printPageRenderer](uikit/uiprintformatter/printpagerenderer.md)
