Gets the crop box.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetCropBox As Rect
public:
virtual Rect^ GetCropBox() sealed
Return Value
Type:
Rect the crop box for this page. The page dimensions are specified in user space
coordinates.
The crop box is the region of the page to display and print.
Remarks this method is equivalent to GetBox(Page::e_crop)
See Also