---
title: NSPrintPanelAccessorizing
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nsprintpanelaccessorizing
---

# NSPrintPanelAccessorizing

A set of methods that a Print panel object can use to get information from a printing accessory controller.

## Declaration

```swift
protocol NSPrintPanelAccessorizing
```

## Overview

Overview A printing accessory controller manages a custom print panel accessory view and is used to coordinate print settings. If you are implementing a custom printing accessory view, your controller must support this protocol. Implementation of only one method in the protocol is actually required. The other method is considered optional and is used to support the print panel’s built-in preview facilities.

## Topics

### Responding to Being Loaded from a Nib File

- [localizedSummaryItems()](appkit/nsprintpanelaccessorizing/localizedsummaryitems().md)
- [keyPathsForValuesAffectingPreview()](appkit/nsprintpanelaccessorizing/keypathsforvaluesaffectingpreview().md)
- [NSPrintPanel.AccessorySummaryKey](appkit/nsprintpanel/accessorysummarykey.md)

## See Also

### Print and PDF Panels

- [NSPDFPanel](appkit/nspdfpanel.md)
