This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 20, 2006 6:45:22 AM(UTC)
Groups: Registered
Posts: 1
Hi
I am new to this forum and would like toget some help to add a text on a tiff file(like a stamp) using LeadTools.
Please provide some examples on this.
Venkat
#2
Posted
:
Thursday, June 22, 2006 2:19:12 PM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Venkat,
Since you're using LEADTOOLS 13 .NET (from your message to our support email), you can draw text or any other GDI object using the System.Drawing.Graphics.
To retrieve such an object from a LEADTOOLS .NET image, use the Image.GetGraphics method.
You can then draw the text using the Graphics.DrawString function (part of .NET itself, not LEADTOOLS)
When you finish drawing, call the Image.ReleaseGraphics method.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.