LEADTOOLS Support
Document
Document SDK Questions
Event for tracking AnnotationObject changes.
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, April 2, 2007 4:05:38 AM(UTC)
Groups: Registered
Posts: 51
Hi,
how I ca track if an AnnotationObject has been changed ? I need to execute some tasks every time an annotation has been modified. I can't found any event on annotation object, and I don't use automation !
I'm using LT 14.5 with VB.NET.
Thanks
#2
Posted
:
Tuesday, April 3, 2007 9:36:42 PM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
If you are using the COM programming interface, you can check the OnAnnChange event, which occurs when any property of an annotation object changes.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Wednesday, April 4, 2007 2:18:28 AM(UTC)
Groups: Registered
Posts: 51
Hi,
I'm usinf Leadtools Document Imaging 14.5 with VB.NET, and I don't find any event for tracking annobject changes. Can you help me?
Thanks!
#4
Posted
:
Sunday, April 8, 2007 12:04:22 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
The event is AnnAutomation.AfterObjectChanged Event. But since you are not using the Automation object, you may try to check the AnnContainer.AfterDrawingObjects or AnnContainer.BeforeDrawingObjects events.
If these events don't work with you, I think there is no way to check if the AnnotationObject has been changed in the non automated mode.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
Document
Document SDK Questions
Event for tracking AnnotationObject changes.
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.