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

# showsPreview

The Print panel displays a built-in preview of the document contents.

## Declaration

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

## Discussion

Discussion This option is only appropriate when the Print panel is used in conjunction with an NSPrintOperation object to print a document.

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