![]() |
PMGetPhysicalPageSize |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Obtains the size of the imageable area in points, unaffected by rotation, resolution, or scaling.
OSStatus PMGetPhysicalPageSize ( PMPageFormat pageFormat, PMRect *pageSize );
A PMPageFormat object previously created by your application.
On return, a rectangle describing the physical page size where your application can draw. (units are in 1/72 inch)
A result code.
You should instead use PMGetUnadjustedPageRect.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)