Repeat stamp pdf

Hello,

I would like to stamp pdf with a repeated text.

I would like to know if I can do it with syncfusion.pdf.


Thx


2 Replies

NA Nantoine April 22, 2008 03:46 PM UTC

I've found a way to stamp repeated text :

oStamp.Graphics.RotateTransform(rotationDegree)
For i As Single = (0 - oPageSize.Width) To oPageSize.Width * 2 Step message.Length * (fontSize / 2) + 5
For j As Single = (0 - oPageSize.Height) To oPageSize.Height * 2 Step fontSize * 2
oStamp.Graphics.DrawString(message, oFont, oPen, i, j)
Next
Next



BP Bhuvaneswari P Syncfusion Team April 23, 2008 05:53 AM UTC

Hi Kakoute,

Glad to know that your problem has been solved.

Please feel free to post if you have any other questions.

Regards,
Bhuvana


Loader.
Up arrow icon