---
title: dictionary()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsprintinfo/dictionary()
---

# dictionary()

Returns the print info’s dictionary that contains the printing attributes.

## Declaration

```swift
func dictionary() -> NSMutableDictionary
```

## Discussion

Discussion The key-value pairs contained in the dictionary are described in Constants. Modifying the returned dictionary changes the receiver’s attributes. This dictionary is key-value observing compliant.
