SetTextOutputPageNumbering

#include “BlackIceDEVMODE.h”

 

BOOL SetTextOutputPageNumbering(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable)

Description

Enables or disables the Page Numbering in the Text Output of the printer driver. When enabled, the page header (“Page X” text) is inserted before the content of each page in the text output.

Parameters

BlackIceDEVMODE* pBlackIceDevMode        - pointer to the BlackIceDEVMODE structure

BOOL bEnable        - Set to TRUE to enable the page numbering, set to FALSE to disable it.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None