PageSetAttribΒΆ

PageSetAttrib sets the page attribute bits (16 bits).

bool = PageSetAttrib(hPage, nAttrib)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hPage

Identifies the page.

nAttrib

nAttrib is a 16 bit value. Only bit-0 is used.

Bit Description
Bit-1 to Bit-15 Not used. Set to 0.
Bit-0 0: Print Page, 1: Print Page disabled.

History

Version Description
R2013.7 New.

id-490147