Enum PageCoordinateType

PageCoordinateType enumeration

Describes page coordinate type.

public enum PageCoordinateType

Values

NameValueDescription
MediaBox0The 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.
CropBox1The CropBox defines the region to which the page contents are to be clipped. Acrobat uses this size for screen display and printing.

See Also