---
title: supportedContentTypes
framework: screencapturekit
role: symbol
role_heading: Type Property
path: screencapturekit/scscreenshotconfiguration/supportedcontenttypes
---

# supportedContentTypes

An array of uniform type identifiers that correspond to file formats the output image supports.

## Declaration

```swift
class var supportedContentTypes: [UTType] { get }
```

## Discussion

Discussion You can save the output CGImage into HEIC, JPEG, and PNG formats.
