Contents

NSPrintPanel

The Print panel that queries the user for information about a print job.

Declaration

@MainActor class NSPrintPanel

Overview

A Print panel may let the user select the range of pages to print and the number of copies before executing the Print command. Print panels can display a simplified interface when printing certain types of data. For example, the panel can display a list of print-setting presets, which lets the user enable print settings in groups as opposed to individually. Assigning an appropriate string to the jobStyleHint property activates the simplified interface and identifies which presets to display.

For design guidance, see Human Interface Guidelines.

Topics

Customizing the Panel

Managing Accessory Views

Running the Panel

Accessing the Printing Information

See Also

Print Panels