<!--
{
  "availability" : [
    "iOS: 4.2.0 - 10.0.0",
    "iPadOS: 4.2.0 - 10.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPrintInteractionController/showsPageRange",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPrintInteractionController(py)showsPageRange"
  },
  "title" : "showsPageRange"
}
-->

# showsPageRange

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

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

## Discussion

The default value is <doc://com.apple.documentation/documentation/Swift/false>. If you assign printable content to the [`printingItems`](/documentation/UIKit/UIPrintInteractionController/printingItems) property, the page-range control is not shown, even if `showPageRange` is <doc://com.apple.documentation/documentation/Swift/true>. In other cases, the number of pages to print must be greater than 1 form the page-range control to appear.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)