---
title: displaysAsBook
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfview/displaysasbook
---

# displaysAsBook

A Boolean value indicating whether the view will display the first page as a book cover (meaningful only when the document is in two-up or two-up continuous display mode).

## Declaration

```swift
var displaysAsBook: Bool { get set }
```

## See Also

### Displaying as Book

- [isUsingPageViewController](pdfkit/pdfview/isusingpageviewcontroller.md)
- [usePageViewController(_:withViewOptions:)](pdfkit/pdfview/usepageviewcontroller(_:withviewoptions:).md)
