Carbon


PMEndPage

Header: PMApplication.h Carbon status: Supported

Finishes printing the current page.

OSStatus PMEndPage (
    PMPrintContext printContext
);
Parameter descriptions
printContext

A PMPrintContext object.

function result

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

DISCUSSION

PMSessionEndPage is recommended instead of PMEndPage.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin, PMBeginDocument and PMBeginPage.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.

CARBON NOTES

The PMEndPage function replaces the Printing Manager function PrClosePage.


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