.. highlightlang:: us .. _pagecreate: PageCreate ========== .. index:: PageCreate .. us.tag PageCreate ENGLISH :ref:`PageCreate` creates a new document page. .. function:: hPage = PageCreate() .. us.return **Return Value** If the function succeeds, the return value is the handle of the newly created document. If the function fails, the return value is 0. .. us.example **Example** :: * hDoc = DocCreate() * hPage = PageCreate() * DocAddPage(hDoc, hPage) * PageReplot(hPage) .. seealso:: :ref:`overview-document-pages`, :ref:`DocCreate`, :ref:`PageDestroy`, :ref:`DocAddPage` :sub:`id-1632171`