Contents

heightAdjustLimit

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

Declaration

var heightAdjustLimit: CGFloat { get }

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 bottom edge limit for an adjustPageHeightNew(_:top:bottom:limit:) message.

See Also

Handling Pagination