<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintPanel/Options-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSPrintPanelOptions"
  },
  "title" : "NSPrintPanel.Options"
}
-->

# NSPrintPanel.Options

Constants that specify options for configuring the contents of the main Print panel.

```
struct Options
```

## Topics

### Constants

[`NSPrintPanelShowsCopies`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsCopies)

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

[`NSPrintPanelShowsPageRange`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsPageRange)

The Print panel includes a set of fields for manipulating the range of pages being printed.

[`NSPrintPanelShowsPaperSize`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsPaperSize)

The Print panel includes a control for manipulating the paper size of the printer.

[`NSPrintPanelShowsOrientation`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsOrientation)

The Print panel includes a control for manipulating the page orientation.

[`NSPrintPanelShowsScaling`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsScaling)

The Print panel includes a control for scaling the printed output.

[`NSPrintPanelShowsPrintSelection`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsPrintSelection)

The Print panel includes an additional selection option for paper range.

[`NSPrintPanelShowsPageSetupAccessory`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsPageSetupAccessory)

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

[`NSPrintPanelShowsPreview`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/showsPreview)

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

### Initializers

[`init(rawValue:)`](/documentation/AppKit/NSPrintPanel/Options-swift.struct/init(rawValue:))

Creates a new instance with the specified raw value.

## Relationships

### Conforms To

[`OptionSet`](/documentation/Swift/OptionSet)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)