---
title: imageExportPreset
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimagepickercontroller/imageexportpreset
---

# imageExportPreset

The preset to use when preparing images for export to your app.

## Declaration

```swift
var imageExportPreset: UIImagePickerController.ImageURLExportPreset { get set }
```

## Discussion

Discussion The default value of this property is UIImagePickerController.ImageURLExportPreset.compatible.

## See Also

### Configuring the export presets

- [UIImagePickerController.ImageURLExportPreset](uikit/uiimagepickercontroller/imageurlexportpreset.md)
- [videoExportPreset](uikit/uiimagepickercontroller/videoexportpreset.md)
