SetTextStampFirstPageOnly

Sets that the Text Stamp or Text Watermark is applied to the first page only or to all pages. Sets the value of the ‘Add to the first page only’ checkbox.

  

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

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value    - If TRUE: The text is applied to the first page only.

                        If FALSE: The text is applied to all pages.

Return value - TRUE on success, FALSE otherwise.


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