GetTextStampPages

 

Retrieves the pages the Text Stamp/Watermark appears on. The returned string contains 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.

 

GetTextStampPages (pDevMode As Long) As String

 

Input value   

- Handle to the BlackIceDEVMODE structure

Return value

- The selected pages

 

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