.. highlightlang:: us .. _pageprint: PagePrint ========= .. index:: PagePrint .. us.tag PagePrint ENGLISH PageSet Changed512 :ref:`PagePrint` prints a page to the printer. .. function:: bool = PagePrint(hPage) bool = PagePrint(hPage, ssFile) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. uparam:: ssFile *ssFile* is the file name if the document is printed into a file. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.1.2 - New parameter *ssFile*. .. seealso:: :ref:`overview-document-pages`, :ref:`PageCreate`, :ref:`DocPrint`, :ref:`AppSetPrinter` :sub:`id-943169`