SetPreviewWindowOverlayFirstPageOnly

 

#include “BlackIceDEVMODE.h”

 

BOOL             SetPreviewWindowOverlayFirstPageOnly (BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

 

Enables or disables the “Show the overlay on the first page only” option.

When the option is enabled, the preview window overlay is only shown on the first page.

 

Parameters

 

BlackIceDEVMODE* pDevMode

- pointer to the BlackIceDEVMODE structure.

BOOL bEnable

- set to TRUE to only show the overlay on the first page only, or FALSE to show the overlay on every page.

 

Return value

 

TRUE on success, FALSE otherwise.

 

Programming Notes

 

None

 

Code Example

 

None