#include “BlackIceDEVMODE.h”
BOOL SetNUpBorder (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or disables the border around each page on a sheet.
Parameters
BlackIceDEVMODE* pDevMode - Pointer to the BlackIceDEVMODE structure.
BOOL bEnable - Enable or disable the border.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None