SetTextStampPages

 

Sets the pages the Text Stamp/Watermark appears on. The string should contain the pages and page ranges separated by commas the same way it is entered on the user interface. E.g.: “1-3,5,6”. An empty string means the Text Stamp/Watermark appears on all pages.

 

SetTextStampPages (pDevMode As Long, pPages As String) As Boolean

 

Input value   

- Handle to the BlackIceDEVMODE structure

Input value   

- The selected pages

Return value

- TRUE on success, FALSE otherwise

 

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