#include “BlackIceDEVMODE.h”
BOOL IsRemoveBlankPagesEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns true if the "Remove Blank Pages" option is turned on.
When the "Remove Blank Pages" option is enabled, the driver automatically removes the blank pages from the printed document.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the option is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None