#include “BlackIceDEVMODE.h”
BOOL SetPrintSelectedPagesOnly (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or disables the Print Selected Pages Only feature. When enabled, only the pages specified using the SetSelectedPages function are printed.
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