PageGetVisibleContentBox Method |
The bounding box is defined as the smallest rectangle that includes all the visible
content on the page.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Rect GetVisibleContentBox()
Public Function GetVisibleContentBox As Rect
public:
virtual Rect^ GetVisibleContentBox() sealed
function GetVisibleContentBox();
Return Value
Type:
Rectthe bounding box for this page. The page dimensions are specified in user space
coordinates.
See Also