Click or drag to resize

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()

Return Value

Type: Rect
the bounding box for this page. The page dimensions are specified in user space coordinates.
See Also