---
title: imageData
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnmutablecontact/imagedata
---

# imageData

The profile picture of a contact.

## Declaration

```swift
var imageData: Data? { get set }
```

## Discussion

Discussion It is recommended that you fetch this property only when you need to access its value, such as when you need to display the contact’s profile picture.
