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.
SetTextOutputPageNumbering(pDevMode As Long, bEnable As Boolean) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value - Set to TRUE to enable the page numbering, set to FALSE to disable it.
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.