---
title: imageProperties
framework: quartz
role: symbol
role_heading: Instance Property
path: quartz/ikimageeditpaneldatasource/imageproperties
---

# imageProperties

Returns a dictionary of the image properties associated with the image in the image edit panel.

## Declaration

```swift
optional var imageProperties: [AnyHashable : Any]! { get }
```

## Return Value

Return Value A dictionary that contains the properties of the image.

## See Also

### Related Documentation

- [IKImageEditPanelDataSource](quartz/ikimageeditpaneldatasource.md)
- [Image Kit Programming Guide](apple-archive/documentation/GraphicsImaging/Conceptual/ImageKitProgrammingGuide/Introduction.md)

### Getting and Setting Image Properties

- [setImage(_:imageProperties:)](quartz/ikimageeditpaneldatasource/setimage(_:imageproperties:).md)
