PageGetBoundingRectΒΆ

PageGetBoundingRect returns the bounding box of the document page.

rvRect = PageGetBoundingRect(hPage)
rvRect = PageGetBoundingRect(hPage, bPrinting)

Return Value

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

Parameters

hPage

Identifies the page.

bPrining

If bPrinting is TRUE (1), all elements which are disabled for printing are ignored. Default value is FALSE (0).

History

Version Description
R2014.3 New parameter bPrinting.

id-1038894