.. highlightlang:: us .. index:: PageSetAttrib .. _pagesetattrib: PageSetAttrib ============= .. us.tag PageSetAttrib NOTREADYENGLISH PageSet New5507 :ref:`PageSetAttrib` sets the page attribute bits (16 bits). .. function:: bool = PageSetAttrib(hPage, nAttrib) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. uparam:: nAttrib *nAttrib* is a 16 bit value. Only bit-0 is used. .. list-table:: :header-rows: 1 * - Bit - Description * - Bit-1 to Bit-15 - Not used. Set to 0. * - Bit-0 - 0: Print Page, 1: Print Page disabled. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.7 - New. .. seealso:: :ref:`overview-document-pages`, :ref:`PageGetAttrib` :sub:`id-490147`