PDF page can define as many as five separate boundaries to control various aspects of the
imaging process (for more details please refer to Section 10.10.1 'Page Boundaries' in PDF
Reference Manual).
Gets the specified box
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Rect GetBox(
PageBox type
)
Public Function GetBox (
type As PageBox
) As Rect
public:
virtual Rect^ GetBox(
[InAttribute] PageBox type
) sealed
Parameters
- type
- Type: pdftron.PDFPageBox
The type of the page bounding box. Possible values are: e_media, e_crop,
e_bleed, e_trim, e_art, and e_user_crop.
Return Value
Type:
Rect the box specified for the page object intersected with the media box.
See Also