Carbon


PMSessionPostScriptFile

Header: PMCore.h Carbon status: Supported

Passes PostScript data, contained in a file, to the current printer driver.

OSStatus PMSessionPostScriptFile (
    PMPrintSession printSession, 
    FSSpec *psFile
);
Parameter descriptions
printSession

A PMPrintSession object.

psFile

A file specification.

function result

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

SPECIAL CONSIDERATIONS

Valid between calls to PMSessionPostScriptBegin and PMSessionPostScriptEnd.

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)