![]() |
PMMakeOldPrintRecord |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Creates a Classic print record from a PMPageFormat and a PMPrintSettings object.
OSStatus PMMakeOldPrintRecord ( PMPrintSettings printSettings, PMPageFormat pageFormat, Handle *printRecordHandle );
A PMPrintSettings object.
A PMPageFormat object.
On return, a handle to a Classic print record. Your application must dispose of this handle.
A result code. A result code. See
Use PMMakeOldPrintRecord to create a Classic print record to store with your documents for compatibility with non-Carbon versions of your application. Note that because the page format and print settings objects contain more information than the Classic print record, some settings may be lost in conversion.
PMSessionMakeOldPrintRecord is recommended instead of PMMakeOldPrintRecord.
Valid after calling PMBegin and creating a page format and print settings object.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)