---
title: widthAdjustLimit
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsview/widthadjustlimit
---

# widthAdjustLimit

The fraction of the page that can be pushed onto the next page during automatic pagination to prevent items such as small images or text columns from being divided across pages.

## Declaration

```swift
var widthAdjustLimit: CGFloat { get }
```

## Discussion

Discussion The value of this property is a floating point number in the range 0.0 to 1.0. This fraction is used to calculate the right edge limit for a adjustPageWidthNew(_:left:right:limit:) message.

## See Also

### Handling Pagination

- [heightAdjustLimit](appkit/nsview/heightadjustlimit.md)
- [adjustPageWidthNew(_:left:right:limit:)](appkit/nsview/adjustpagewidthnew(_:left:right:limit:).md)
- [adjustPageHeightNew(_:top:bottom:limit:)](appkit/nsview/adjustpageheightnew(_:top:bottom:limit:).md)
- [knowsPageRange(_:)](appkit/nsview/knowspagerange(_:).md)
- [rectForPage(_:)](appkit/nsview/rectforpage(_:).md)
- [locationOfPrintRect(_:)](appkit/nsview/locationofprintrect(_:).md)
