This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, March 13, 2011 3:07:43 AM(UTC)
Groups: Registered
Posts: 7
I am using Leadtools Document Imaging Toolkit 17.0 Annotation features for drawing lines and curves over a tiff image. Is it possible to save points in different .ann file, line in different file and curves in different file
#2
Posted
:
Monday, March 14, 2011 7:10:26 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you are using our CDLL API functions, you can select the annotation containers you want to save and then pass true to the fSelected parameter of the L_AnnSave function, and repeat this for each object type you want to save, de-select them, select the next object type and then repeat the process.
If you are using .NET objects, you can add the point objects to a temporary annotation container, save it as ANN, then clear the container, add the line objects and then save them as another ANN file and so on.
#3
Posted
:
Wednesday, March 16, 2011 9:14:42 PM(UTC)
Groups: Registered
Posts: 7
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.