PSPDFScrollPerSpreadLayout
@interface PSPDFScrollPerSpreadLayout : PSPDFStackViewLayout
Undocumented
-
The content scale for spreads in the layout. Defaults to
PSPDFScrollPerSpreadLayoutContentScaleAspectFit
.Declaration
Objective-C
@property (assign, readwrite, nonatomic) PSPDFScrollPerSpreadLayoutContentScale contentScale;
Swift
var contentScale: PSPDFScrollPerSpreadLayoutContentScale { get set }