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.
IsTextOutputPageNumberingEnabled(pDevMode As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Return value - TRUE if the feature is enabled, FALSE otherwise
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.