IsPrintSelectedPagesOnlyEnabled

 

When enabled, only the pages specified using the SetSelectedPages function are printed.

 

IsPrintSelectedPagesOnlyEnabled (pDevMode As Long) As Boolean

 

Input value pDevMode:

- handle to the BlackIceDEVMODE.

Return value

- TRUE if only the selected pages are printed, otherwise FALSE.

 

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