GetTextStampFirstPageOnly

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

 

GetTextStampFirstPageOnly (pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure.

Return value - If FALSE: The text is applied to all pages.

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

 


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