Contents

PMPrinterIsPostScriptCapable(_:)

Returns a Boolean value indicating whether a printer is PostScript capable.

Declaration

func PMPrinterIsPostScriptCapable(_ printer: PMPrinter) -> Bool

Parameters

  • 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