Contents

jobStyleHint

The type of settings that the print panel displays.

Declaration

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).

See Also

Customizing the Panel