SetRemoveBlankPages

 

#include “BlackIceDEVMODE.h”

 

BOOL SetRemoveBlankPages(BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

 

Enables or disables the "Remove Blank Pages" option.

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.

BOOL bEnable

- set to TRUE to enable the feature, or FALSE to disable it.

 

Return value

 

TRUE on success, FALSE otherwise.

 

Programming Notes

 

None

 

Code Example

 

None