---
title: showsPageSetupAccessory
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsprintpanel/options-swift.struct/showspagesetupaccessory
---

# showsPageSetupAccessory

The Print panel includes a separate accessory view for manipulating the paper size, orientation, and scaling attributes.

## Declaration

```swift
static var showsPageSetupAccessory: NSPrintPanel.Options { get }
```

## Discussion

Discussion Page setup fields that are already configured for display on the main portion of the Print panel appear there and not on this accessory panel.

## See Also

### Constants

- [showsCopies](appkit/nsprintpanel/options-swift.struct/showscopies.md)
- [showsPageRange](appkit/nsprintpanel/options-swift.struct/showspagerange.md)
- [showsPaperSize](appkit/nsprintpanel/options-swift.struct/showspapersize.md)
- [showsOrientation](appkit/nsprintpanel/options-swift.struct/showsorientation.md)
- [showsScaling](appkit/nsprintpanel/options-swift.struct/showsscaling.md)
- [showsPrintSelection](appkit/nsprintpanel/options-swift.struct/showsprintselection.md)
- [showsPreview](appkit/nsprintpanel/options-swift.struct/showspreview.md)
