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

# jobTitle

The custom title of the print job.

```
var jobTitle: String? { get set }
```

## Parameters

`jobTitle`

The print job title. The receiver makes its own copy of the specified string.

## Discussion

Assigning a title with this method overrides the job title provided by the printing view’s [`printJobTitle`](/documentation/AppKit/NSView/printJobTitle) method. Specifying `nil` for the `jobTitle` parameter causes the receiver to once again take its title from the printing view.

## See Also

[`printJobTitle`](/documentation/AppKit/NSView/printJobTitle)

The view’s print job title.



---

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)