maximumContentHeight property

double? maximumContentHeight
getter/setter pair

The maximum height of the content area.

The Print Formatter uses this value to determine where the content rectangle begins on the first page. It compares the value of this property with the printing rectangle’s height minus the header and footer heights and the top inset value; it uses the lower of the two values. The default value of this property is the maximum float value.

Officially Supported Platforms/Implementations:

  • iOS

Implementation

double? maximumContentHeight;