printOperation(with:)
Returns the print operation object to use when printing the contents of the web view.
Declaration
func printOperation(with printInfo: NSPrintInfo) -> NSPrintOperationParameters
- printInfo:
The printer information object to use when configuring the print operation.
Return Value
The print operation object to use when printing the web view, or nil if printing is not supported.