public final class PageCoordinateType
extends com.aspose.ms.System.Enum
Describes page coordinate type.
MediaBox = 0Modifier and Type | Field and Description |
---|---|
static int |
CropBox
The CropBox defines the region to which the page contents are to be clipped.
|
static int |
MediaBox
The MediaBox is used to specify the width and height of the page.
|
public static final int MediaBox
The 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.
public static final int CropBox
The CropBox defines the region to which the page contents are to be clipped. Acrobat uses this size for screen display and printing.