---
title: "init(_:)"
framework: addressbook
role: symbol
role_heading: Initializer
path: "addressbook/abpersonimageformat/init(_:)"
---

# init(_:)

Initializes an image format with an integer value.

## Declaration

```swift
init(_ rawValue: UInt32)
```

## Parameters

- `rawValue`: The raw integer value of the image format.

## See Also

### Constants

- [init(rawValue:)](addressbook/abpersonimageformat/init(rawvalue:).md)
