.. highlightlang:: us .. index:: DocGetPageHandle .. _docgetpagehandle: DocGetPageHandle ================ .. us.tag DocGetPageHandle NOTREADYENGLISH DocGet :ref:`DocGetPageHandle` returns the page handle for a given page name or a given page index. .. function:: hPage = DocGetPageHandle(hDoc, ssPageName) hPage = DocGetPageHandle(hDoc, nIndex) .. us.return **Return Value** *hPage* is the page handle. .. us.params **Parameters** .. uparam:: hDoc *hDoc* is a document handle. .. uparam:: ssPageName *ssPageName* is the page name. .. uparam:: nIndex *nIndex* is the index of the page (page number). .. seealso:: :ref:`overview-documents`, :ref:`DocCreate`, :ref:`PageCreate`, :ref:`DocGetPageCount` :sub:`id-910005`