spreadFitting property
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:
- SpreadFitting for the available values and their descriptions.
Implementation
final SpreadFitting? spreadFitting;