#include “BlackIceDEVMODE.h”
BOOL IsTextOutputPageNumberingEnabled(BlackIceDEVMODE* pBlackIceDevMode)
Description
Returns TRUE if Page Numbering is enabled in the text output. When enabled, the page header (“Page X” text) is inserted before the content of each page in the text output.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the feature is enabled, FALSE if it is disabled.
Programming Notes
None
Code Example
None