---
title: perPageContentInsets
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintformatter/perpagecontentinsets
---

# perPageContentInsets

The margins for each printed page.

## Declaration

```swift
var perPageContentInsets: UIEdgeInsets { get set }
```

## Discussion

Discussion This property specifies the margins to apply to each printed page. All margins are respected, so the top inset value represents the top margin of every page, the left inset value represents the left margin of every page, and so on. If the per-page insets are smaller than the printable area of the page, or smaller than the printable area after the values in the contentInsets property are applied, the value in this property is effectively ignored. The default value of this property is zero.

## See Also

### Laying out the content

- [maximumContentHeight](uikit/uiprintformatter/maximumcontentheight.md)
- [maximumContentWidth](uikit/uiprintformatter/maximumcontentwidth.md)
- [contentInsets](uikit/uiprintformatter/contentinsets.md)
