init(view:printInfo:)
Creates and returns an print operation object ready to control the printing of the specified view using custom print settings.
Declaration
init(view: NSView, printInfo: NSPrintInfo)Parameters
- view:
The view whose contents you want to print.
- printInfo:
The print settings to use when printing the view.
Return Value
The new NSPrintOperation object. You must run the operation to print the view.
Discussion
This method raises an NSPrintOperationExistsException if there is already a print operation in progress; otherwise the returned object is made the current print operation for this thread.