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

# imageData

The profile picture of a contact.

## Declaration

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

## 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.

## See Also

### Getting Contact Images

- [thumbnailImageData](contacts/cncontact/thumbnailimagedata.md)
- [imageDataAvailable](contacts/cncontact/imagedataavailable.md)
