SetRemoveBlankPages

 

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.

 

SetRemoveBlankPages (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value pDevMode:

- handle to the BlackIceDEVMODE.

Input value bEnable:

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

Return value

- TRUE on success, otherwise FALSE.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.