PMPrinterIsPostScriptCapable(_:)
Returns a Boolean value indicating whether a printer is PostScript capable.
Declaration
func PMPrinterIsPostScriptCapable(_ printer: PMPrinter) -> BoolParameters
- printer:
The printer you’re querying to determine whether it’s PostScript capable.
Return Value
If true, the specified printer is a PostScript capable printer; otherwise, false.
Discussion
A printer that is PostScript capable is not necessarily a PostScript printer. The macOS printing system can render PostScript content on non-PostScript printers.
See Also
Accessing Information About a Printer
PMPrinterCopyDescriptionURL(_:_:_:)PMPrinterCopyDeviceURI(_:_:)PMPrinterCopyHostName(_:_:)PMPrinterCopyPresets(_:_:)PMPrinterGetCommInfo(_:_:_:)PMPrinterGetDriverCreator(_:_:)PMPrinterGetID(_:)PMPrinterGetLocation(_:)PMPrinterGetMakeAndModelName(_:_:)PMPrinterGetMimeTypes(_:_:_:)PMPrinterGetName(_:)PMPrinterGetOutputResolution(_:_:_:)PMPrinterSetOutputResolution(_:_:_:)PMPrinterGetPaperList(_:_:)PMPrinterGetPrinterResolutionCount(_:_:)PMPrinterGetIndexedPrinterResolution(_:_:_:)PMPrinterGetState(_:_:)PMPrinterSetDefault(_:)PMPrinterIsDefault(_:)PMPrinterIsFavorite(_:)PMPrinterIsPostScriptPrinter(_:_:)PMPrinterIsRemote(_:_:)