---
title: maximumContentWidth
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintformatter/maximumcontentwidth
---

# maximumContentWidth

The maximum width of the content area.

## Declaration

```swift
var maximumContentWidth: CGFloat { get set }
```

## Discussion

Discussion UIPrintFormatter uses this value to determine the maximum width of the content rectangle. It compares the value of this property with the printing rectangle’s width minus the left and right inset values and uses the lower of the two. The default value of this property is the maximum float value.

## See Also

### Laying out the content

- [perPageContentInsets](uikit/uiprintformatter/perpagecontentinsets.md)
- [maximumContentHeight](uikit/uiprintformatter/maximumcontentheight.md)
- [contentInsets](uikit/uiprintformatter/contentinsets.md)
