Yes, in the code I posted, the water mark is written to the over content of the page... This will ensure that the water mark will always be visible (even when the page contains an image, for example). If your page contains mostly text, it is recommended to put the water mark on the under content of the page instead. All you have to do is changing this line:
To thisCode:underContent = stamper.GetOverContent(i)
The rest of the code remains unchanged.Code:underContent = stamper.GetUnderContent(i)





Reply With Quote