IsRemoveBlankPagesEnabled

 

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.

 

IsRemoveBlankPagesEnabled (pDevMode As Long) As Boolean

 

Input value pDevMode:

- handle to the BlackIceDEVMODE.

Return value

- TRUE if the option is turned on, otherwise FALSE.

 

 

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