<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWindowScene/screenshotService",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIWindowScene(py)screenshotService"
  },
  "title" : "screenshotService"
}
-->

# screenshotService

An object that generates a high-fidelity version of your app’s content.

```
var screenshotService: UIScreenshotService? { get }
```

## Discussion

When you want to make your scene content available in PDF format, supply a delegate to the [`UIScreenshotService`](/documentation/UIKit/UIScreenshotService) object in this property. When the user takes a screenshot involving your scene, the screenshot service asks your delegate to provide the associated PDF data. Your delegate object must conform to the [`UIScreenshotServiceDelegate`](/documentation/UIKit/UIScreenshotServiceDelegate) protocol.

Provide PDF data for your app’s content whenever possible. Providing the data makes it easier and faster for the user to mark up that data later.

---

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)