PMPrinterIsPostScriptPrinter

Function PMPrinterIsPostScriptPrinter 

Source
pub unsafe extern "C-unwind" fn PMPrinterIsPostScriptPrinter(
    printer: PMPrinter,
    is_ps_printer: NonNull<u8>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

Set *isPSPrinter true if the printer is a PostScript printer.

A PostScript printer is one whose driver takes PostScript directly.

Availability: Mac OS X: in version 10.5 and later in ApplicationServices.framework CarbonLib: not available Non-Carbon CFM: not available

Compatibility: Not appropriate for CUPS filters, drivers, and backends.

ยงSafety

  • printer must be a valid pointer.
  • is_ps_printer must be a valid pointer.