jobTitle
The custom title of the print job.
Declaration
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 method. Specifying nil for the jobTitle parameter causes the receiver to once again take its title from the printing view.