---
title: PDFDisplayMode.singlePage
framework: pdfkit
role: symbol
role_heading: Case
path: pdfkit/pdfdisplaymode/singlepage
---

# PDFDisplayMode.singlePage

A display mode where the document displays one page at a time horizontally and vertically.

## Declaration

```swift
case singlePage
```

## Discussion

Discussion Vertical and horizontal scrolling apply only to the current page.

## See Also

### Constants

- [PDFDisplayMode.singlePageContinuous](pdfkit/pdfdisplaymode/singlepagecontinuous.md)
- [PDFDisplayMode.twoUp](pdfkit/pdfdisplaymode/twoup.md)
- [PDFDisplayMode.twoUpContinuous](pdfkit/pdfdisplaymode/twoupcontinuous.md)
