firstPageAlwaysSingle

Objective-C

@property (nonatomic, assign, unsafe_unretained, readwrite,
          getter=isFirstPageAlwaysSingle) BOOL firstPageAlwaysSingle;

Swift

var isFirstPageAlwaysSingle: Bool { get set }

See

PSPDFConfiguration.firstPageAlwaysSingle.