---
title: "init(imageProperties:imageUTType:)"
framework: quartz
role: symbol
role_heading: Initializer
path: "quartz/iksaveoptions/init(imageproperties:imageuttype:)"
---

# init(imageProperties:imageUTType:)

Initializes a save options accessory pane for the provided image properties and uniform type identifier.

## Declaration

```swift
init!(imageProperties: [AnyHashable : Any]!, imageUTType: String!)
```

## Parameters

- `imageProperties`: A dictionary of image properties.
- `imageUTType`: A string that specifies a uniform type identifier, such as JPEG. See https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_intro/understand_utis_intro.html#//apple_ref/doc/uid/TP40001319.

## Return Value

Return Value The initialized object.

## See Also

### Creating A Save Options Accessory View

- [addAccessoryView(to:)](quartz/iksaveoptions/addaccessoryview(to:).md)
