---
title: options
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintpanel/options-swift.property
---

# options

The current configuration options for the Print panel.

## Declaration

```swift
var options: NSPrintPanel.Options { get set }
```

## Discussion

Discussion You can specify multiple options by adding them together. For a list of supported options, see NSPrintPanel.Options.

## See Also

### Customizing the Panel

- [jobStyleHint](appkit/nsprintpanel/jobstylehint-swift.property.md)
- [NSPrintPanel.JobStyleHint](appkit/nsprintpanel/jobstylehint-swift.struct.md)
- [NSPrintPanel.Options](appkit/nsprintpanel/options-swift.struct.md)
- [defaultButtonTitle()](appkit/nsprintpanel/defaultbuttontitle().md)
- [setDefaultButtonTitle(_:)](appkit/nsprintpanel/setdefaultbuttontitle(_:).md)
- [helpAnchor](appkit/nsprintpanel/helpanchor.md)
