<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCScreenshotConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCScreenshotConfiguration"
  },
  "title" : "SCScreenshotConfiguration"
}
-->

# SCScreenshotConfiguration

An object that contains screenshot properties such as output width, height, and image quality specifications.

```
class SCScreenshotConfiguration
```

## Overview

`SCScreenshotConfiguration` provides a default image capture configuration for [`SCScreenshotManager`](/documentation/ScreenCaptureKit/SCScreenshotManager).
Only configure its properties if you need to customize the output.
Additional options for customization include dynamic range settings, image reproduction optimizations, and ignoring user interface elements.

---

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)