Carbon


PMSessionPostScriptBegin

Header: PMCore.h Carbon status: Supported

Puts the current printer driver into PostScript mode, ready to accept PostScript data instead of QuickDraw data.

OSStatus PMSessionPostScriptBegin (
    PMPrintSession printSession
);
Parameter descriptions
printSession

A PMPrintSession object.

function result

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

DISCUSSION

To ensure that the current printer driver supports PostScript data, call PMSessionGetDocumentFormatSupported or PMSessionIsDocumentFormatSupported before calling PMSessionPostScriptBegin.

SPECIAL CONSIDERATIONS

Valid within a PMSessionBeginPage/PMSessionEndPage block.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1 or later is present.


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