Returns a print operation object to print this frame.
SDK
- macOS 10.5–10.14Deprecated
Framework
- Web
Kit
Declaration
func printOperation(with printInfo: NSPrint Info!) -> NSPrint Operation!
Parameters
printInfo
Information about the print settings needed to print this frame. See
NSPrint
for more information about this object.Info
Return Value
An NSPrint
object set up to print this frame. See NSPrint
for more information about this object.