IsPreviewWindowOverlayFirstPageOnly

 

Returns the state of 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.

 

IsPreviewWindowOverlayFirstPageOnly (pDevMode As Long) As Boolean

 

Input value pDevMode:

- handle to the BlackIceDEVMODE.

Return value

- Returns TRUE, if the overlay is only shown on the first page, FALSE otherwise.

 

 

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