SetPreviewWindowOverlayFirstPageOnly

 

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.

 

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

 

Input value pDevMode:

- handle to the BlackIceDEVMODE.

Input value 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, otherwise FALSE.

 

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