Gets the media box.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Rect GetMediaBox()
Public Function GetMediaBox As Rect
public:
virtual Rect^ GetMediaBox() sealed
Return Value
Type:
Rect the media box for this page. The page dimensions are specified in user space
coordinates.
The media box defines the boundaries of the physical medium on which the page is to
be printed. It may include any extended area surrounding the finished page for bleed,
printing marks, or other such purposes.
Remarks this method is equivalent to GetBox(Page::e_media)
See Also