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

# showsCopies

The Print panel includes a field for manipulating the number of copies being printed.

## Declaration

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

## Discussion

Discussion This field is separate from any accessory views.

## See Also

### Constants

- [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)
- [showsPageSetupAccessory](appkit/nsprintpanel/options-swift.struct/showspagesetupaccessory.md)
- [showsPreview](appkit/nsprintpanel/options-swift.struct/showspreview.md)
