<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintPanel/jobStyleHint-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPrintPanel(py)jobStyleHint"
  },
  "title" : "jobStyleHint"
}
-->

# jobStyleHint

The type of settings that the print panel displays.

```
var jobStyleHint: NSPrintPanel.JobStyleHint? { get set }
```

## Discussion

This property controls the set of items that appear in the Presets menu of the simplified Print panel interface. For a list of supported job style hints, see `Job Style Hints`. Set this property to `nil` to deactivate the simplified Print panel interface and use the standard interface instead (the equivalent of Core Printing’s `kPMPresetGraphicsTypeGeneral`).

---

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)