Carbon


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
);
Parameter descriptions
pageFormat

A PMPageFormat object previously created by your application.

pageSize

On return, a rectangle describing the physical page size where your application can draw. (units are in 1/72 inch)

function result

A result code.

DISCUSSION

You should instead use PMGetUnadjustedPageRect.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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