Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, June 9, 2009 9:58:34 AM(UTC)
hello.munna

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#

:)
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, June 9, 2009 11:20:21 PM(UTC)

Adam Boulad  
Guest

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)
hello.munna

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)

Adam Boulad  
Guest

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?
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.328 seconds.