---
title: jobTitle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintoperation/jobtitle
---

# jobTitle

The custom title of the print job.

## Declaration

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

## Parameters

- `jobTitle`: The print job title. The receiver makes its own copy of the specified string.

## Discussion

Discussion Assigning a title with this method overrides the job title provided by the printing view’s printJobTitle method. Specifying nil for the jobTitle parameter causes the receiver to once again take its title from the printing view.

## See Also

### Related Documentation

- [printJobTitle](appkit/nsview/printjobtitle.md)

### Modifying the User Interface

- [showsPrintPanel](appkit/nsprintoperation/showsprintpanel.md)
- [showsProgressPanel](appkit/nsprintoperation/showsprogresspanel.md)
- [printPanel](appkit/nsprintoperation/printpanel.md)
- [pdfPanel](appkit/nsprintoperation/pdfpanel.md)
