PageGetAttribΒΆ

PageGetAttrib returns the page attribute bits.

nAttrib = PageGetAttrib(hPage)

Return Value

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.

Parameters

hPage

Identifies the page.

History

Version Description
R2013.7 New.

id-1733914