IsPageNumberingEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsPageNumberingEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_PAGENUMBERING flag. Represents the value of the ‘Add Page Numbering Tag’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Add Page Numbering Tag is used, otherwise FALSE.

Programming Notes

None

Code Example

None