Carbon


PMIsPostScriptDriver

Header: PMCore.h Carbon status: Supported

Reports whether the current printer driver supports the PostScript language.

OSStatus PMIsPostScriptDriver (
    Boolean *isPostScript
);
Parameter descriptions
isPostScript

Returns true if the current printer driver supports PostScript.

function result

A result code. A result code. See “Result Codes”.

DISCUSSION

On Mac OS 8 and 9, PMIsPostScriptDriver reports whether the current printer driver supports the PostScript language. On Mac OS X, PMIsPostScriptDriver always returns false.

PMSessionIsDocumentFormatSupported is recommended instead of PMIsPostScriptDriver.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)