firstPageAlwaysSingle
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite,
getter=isFirstPageAlwaysSingle) BOOL firstPageAlwaysSingle;
Swift
var isFirstPageAlwaysSingle: Bool { get set }
See
PSPDFConfiguration.firstPageAlwaysSingle.-
Undocumented
Declaration
Objective-C
- (BOOL)isFirstPageAlwaysSingle;
-
Undocumented
Declaration
Objective-C
- (void)setFirstPageAlwaysSingle:(BOOL)firstPageAlwaysSingle;