.. highlightlang:: us .. index:: PageGetBoundingRect .. _pagegetboundingrect: PageGetBoundingRect =================== .. us.tag PageGetBoundingRect ENGLISH PageGet Changed5603 :ref:`PageGetBoundingRect` returns the bounding box of the document page. .. function:: rvRect = PageGetBoundingRect(hPage) rvRect = PageGetBoundingRect(hPage, bPrinting) .. us.return **Return Value** *rvRect* is the bounding box in cm. rvRect = [left, bottom, right, top]. .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. uparam:: bPrining If *bPrinting* is TRUE (1), all elements which are disabled for printing are ignored. Default value is FALSE (0). **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014.3 - New parameter *bPrinting*. .. seealso:: :ref:`overview-document-pages`, :ref:`PageCreate` :sub:`id-1038894`