Carbon


PMPostScriptBegin

Header: PMCore.h Carbon status: Supported

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

OSStatus PMPostScriptBegin ();
function result

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

DISCUSSION

Call PMIsPostScriptDriver before calling PMPostScriptBegin to ensure that the current driver supports PostScript data.

PMSessionPostScriptBegin is recommended instead of PMPostScriptBegin.

SPECIAL CONSIDERATIONS

Valid between calls to PMBeginPage and PMEndPage.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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