Sets the crop box for this page. The crop box is the region of the page to
display and print.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetCropBox(
Rect box
)
Public Sub SetCropBox (
box As Rect
)
public:
virtual void SetCropBox(
[InAttribute] Rect^ box
) sealed
function SetCropBox(box);
Parameters
- box
- Type: pdftron.PDFRect
the new crop box for this page. The page dimensions are specified in user space
coordinates.
The crop box defines the region to which the contents of the page are to be clipped (cropped)
when displayed or printed.
Remarks this method is equivalent to SetBox(Page::e_crop)
See Also