PrintJobPropertyName
public enum PrintJobPropertyName : String, PropertyNameProtocol
Undocumented
-
Page setup.
Declaration
Swift
case pageSetup = "page-setup"
-
The printer to send the job to.
Declaration
Swift
case printer = "printer"
-
Printer settings.
Declaration
Swift
case settings = "settings"
-
The title of the print job.
Declaration
Swift
case title = "title"
-
true
if the print job will continue to emit status-changed signals after the print data has been setn to the printer.Declaration
Swift
case trackPrintStatus = "track-print-status"