Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
You can use PdfContentByte to do what you want. To add text water mark, you can use PdfContentByte.ShowTextAligned() And to image water mark, you can use PdfContentByte.AddImage() In my own project I used leadtools because I needed some advanced PDF and imaging features which I didn't find in iTextSharp library.
The End.
Jacob_Shriver