---
title: dictionaryRepresentation
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintinfo/dictionaryrepresentation
---

# dictionaryRepresentation

A dictionary representation of a print-information object.

## Declaration

```swift
var dictionaryRepresentation: [AnyHashable : Any] { get }
```

## Return Value

Return Value A dictionary representation of a UIPrintInfo object that can be archived and used to create a new UIPrintInfo object. Returns nil if no dictionary can be created.

## See Also

### Creating a print info object

- [printInfo()](uikit/uiprintinfo/printinfo().md)
- [init(dictionary:)](uikit/uiprintinfo/init(dictionary:).md)
- [init(coder:)](uikit/uiprintinfo/init(coder:).md)
