PSWaterMark() |
|
Syntax
Function PSWaterMark(bWaterMark, lMaterMark)
TPageScript:WaterMark(bWaterMark, lMaterMark)
Returns
An array containing the old watermark settings.
Description
PSWaterMark() accepts a codeblock that points to a User Defined Function. You put the code that prints the WaterMark in this function. You have the choice to print the WaterMark in the background or the foreground of each page.
Arguments
bWaterMark | The codeblock to call each time a WaterMark is to be printed. |
lForeGround | Indicates if the WaterMark is printed in the ForeGround (TRUE) or BackGround (FALSE) of each page. |