.. highlightlang:: us .. index:: DocGetPageNumber .. _docgetpagenumber: DocGetPageNumber ================ .. us.tag DocGetPageNumber NOTREADYENGLISH DocGet :ref:`DocGetPageNumber` returns the index of the given page. .. function:: nPage = DocGetPageNumber(hDoc, hPage) .. us.return **Return Value** *nPage* is the index of the page. The page index starts with 1. .. us.params **Parameters** .. uparam:: hDoc *hDoc* is the handle of the document. .. uparam:: hPage *hPage* is the handle of the page. .. seealso:: :ref:`overview-documents`, :ref:`DocGetPageHandle`, :ref:`DocGetPageCount`, :ref:`DocSelectPage` :sub:`id-1415932`