PageCoordinateType

PageCoordinateType enumeration

Describes page coordinate type.

Members

Member nameDescription
MEDIA_BOXThe MediaBox is used to specify the width and height of the page.
For the average user, this probably equals the actual page size.
The MediaBox is the largest page box in a PDF. The other page boxes can equal the
size of the MediaBox but they cannot be larger.
CROP_BOXThe CropBox defines the region to which the page contents are to be clipped.
Acrobat uses this size for screen display and printing.

See Also