---
title: WebPage.ExportedContentConfiguration
framework: webkit
role: symbol
role_heading: Structure
path: webkit/webpage/exportedcontentconfiguration
---

# WebPage.ExportedContentConfiguration

A specialized configuration of a specific exportable type that can have specific properties unique to the content type.

## Declaration

```swift
nonisolated struct ExportedContentConfiguration
```

## Topics

### Configurable types

- [WebPage.ExportedContentConfiguration.Region](webkit/webpage/exportedcontentconfiguration/region.md)
- [image(region:allowTransparentBackground:snapshotWidth:afterScreenUpdates:)](webkit/webpage/exportedcontentconfiguration/image(region:allowtransparentbackground:snapshotwidth:afterscreenupdates:).md)
- [pdf(region:allowTransparentBackground:)](webkit/webpage/exportedcontentconfiguration/pdf(region:allowtransparentbackground:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Exporting webpage content

- [exported(as:)](webkit/webpage/exported(as:).md)
