spreadFitting property

SpreadFitting? spreadFitting
final

How a page spread is fitted into the available viewport.

Controls whether pages are letterboxed (SpreadFitting.fit), cropped to fill the viewport (SpreadFitting.fill), or use an adaptive algorithm (SpreadFitting.adaptive) that picks the best strategy per spread.

Maps to PSPDFConfigurationBuilder.spreadFitting.

See also:

Implementation

final SpreadFitting? spreadFitting;