Previous topic

PageGetBackgroundPageName

Next topic

PageGetDatasetHandle

This Page

PageGetBoundingRectΒΆ

PageGetBoundingRect returns the bounding box of the document page.

rvRect = PageGetBoundingRect(hPage)

Return Value

rvRect is the bounding box in cm. rvRect = [left, bottom, right, top].

Parameters

hPage

Identifies the page.

id-1038894