maximumContentWidth property

double? maximumContentWidth
getter/setter pair

The maximum width of the content area.

The Print Formatter 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.

Officially Supported Platforms/Implementations:

  • iOS

Implementation

double? maximumContentWidth;