---
title: showsPageRange
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintinteractioncontroller/showspagerange
---

# showsPageRange

A Boolean value that determines whether the printing options include a page-range control.

## Declaration

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

## Discussion

Discussion The default value is false. If you assign printable content to the printingItems property, the page-range control is not shown, even if showPageRange is true. In other cases, the number of pages to print must be greater than 1 form the page-range control to appear.

## See Also

### Accessing print-job information

- [printInfo](uikit/uiprintinteractioncontroller/printinfo.md)
- [printPaper](uikit/uiprintinteractioncontroller/printpaper.md)
- [showsNumberOfCopies](uikit/uiprintinteractioncontroller/showsnumberofcopies.md)
- [showsPaperSelectionForLoadedPapers](uikit/uiprintinteractioncontroller/showspaperselectionforloadedpapers.md)
- [showsPaperOrientation](uikit/uiprintinteractioncontroller/showspaperorientation.md)
