![]() |
PMNewPageFormat |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Creates a new PMPageFormat object.
OSStatus PMNewPageFormat ( PMPageFormat *pageFormat );
On return, a initialized PMPageFormat object.
A result code. A result code. See
PMNewPageFormat allocates memory for a new PMPageFormat object in your applications memory space. The new page format object is empty until you set its values, or until you call PMDefaultPageFormat or PMValidatePageFormat.
PMCreatePageFormat is recommended instead of PMNewPageFormat.
Valid after calling PMBegin.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)