This will get the CropBox at this page and not look up the hierarchy.
This attribute is inheritable, and findCropBox() should probably used.
This will return null if no CropBox is available at this level.
The CropBox at this level in the hierarchy.
This will get the MediaBox at this page and not look up the hierarchy.
This attribute is inheritable, and findMediaBox() should probably used.
This will return null if no MediaBox are available at this level.
The MediaBox at this level in the hierarchy.
This will get the resources at this page node and not look up the hierarchy.
This attribute is inheritable, and findResources() should probably used.
This will return null if no resources are available at this level.
The resources at this level in the hierarchy.
A value representing the rotation. This will be null if not set at this level
The number of degrees by which the page should
be rotated clockwise when displayed or printed. The value must be a multiple
of 90.
This will get the rotation at this page and not look up the hierarchy.
This attribute is inheritable, and findRotation() should probably used.
This will return null if no rotation is available at this level.
The rotation at this level in the hierarchy.
This will update the count attribute of the page node. This only needs to
be called if you add or remove pages. The PDDocument will call this for you
when you use the PDDocumnet persistence methods. So, basically most clients
will never need to call this.
The update count for this node.