LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: What is Automation.Manger,Annotation,Which Event is Fired When a Annotation is Added from a too
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 9, 2009 9:58:34 AM(UTC)
Groups: Registered
Posts: 5
What is Automation.Manger,Annotation,Which Event is Fired When a Annotation is Added from a toolbox and How is annotation Saved in c#
:)
#2
Posted
:
Tuesday, June 9, 2009 11:20:21 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The AnnAutomationManager class manages the automation mode for an annotatation application and holds the collection of all AnnAutomation objects in the application as well the annotation toolbar, Cursor, keyboard, etc. For a better understanding, please check the 'AnnAutomationManager Class' help topic in the .NET help file.
The you can use the ItemAdded event of the Generic RasterCollection Class to detect when an Annotation object is added to the AnnContainer. See the CSAutomationDemo demo project in the following directory:
[LEADTOOLS 16 directory]\Examples\DotNet\CS\AutomationDemo
Which uses the ItemAdded event.
The same demo also uses AnnCodecs.Save method to save annotations. Please check the demo and the .NET help files for more information.
In the future, please create one forum thread per one issue/question.
#3
Posted
:
Thursday, June 11, 2009 4:31:37 AM(UTC)
Groups: Registered
Posts: 5
_codecs.DeletePage(_fileName,_viewer.Image.Page);
_viewer.Image.RemovePageAt(_viewer.Image.Page);
_codecs.Save(_viewer.Image, _fileName,
RasterImageFormat.CcittGroup4, _bitsPerPixel, 1, _viewer.Image.Page, _viewer.Image.Page, CodecsSavePageMode.Replace);
I am Using this Code to Delte But the Annotation Object like draft,Textobject Are appending prvious Page of My Tiff file
Using C#.net Version 14.5
#4
Posted
:
Thursday, June 11, 2009 5:52:27 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You have already opened another forum thread regarding this issue in forum # 28864. Since this issue is a new issue and not related to the issue above, can you reply in that forum thread and answer my question. Also, please explain in that thread what exactly do you mean by 'Draft' annotation object?
LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: What is Automation.Manger,Annotation,Which Event is Fired When a Annotation is Added from a too
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.