.. highlightlang:: us .. _pagesetbackgroundpagename: PageSetBackgroundPageName ========================= .. index:: PageSetBackgroundPageName .. us.tag PageSetBackgroundPageName ENGLISH PageSet New400 :ref:`PageSetBackgroundPageName` selects the page given by its name to be displayed in the background. The page must belong to the same document. .. function:: bool = PageSetBackgroundPageName(hPage, ssName) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). The function fails to set a background page if the background page itself contains a background page or the background page is identical with *hPage*. .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. uparam:: ssName *ssName* is the name of the page that is used as a background. .. seealso:: :ref:`pagesetforegroundpagename`, :ref:`overview-document-pages`, :ref:`page-select-master-page`, :ref:`PageCreate`, :ref:`PageGetTitle` :ref:`PageGetBackgroundPageName` :sub:`id-1022616`