Finished Processing Event

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
rstrickland1958
Posts: 10
Joined: Mon Oct 30, 2017 11:16 pm

Finished Processing Event

Post by rstrickland1958 »

Is there any event fired by either the annotation data controllers, collections, etc. when the annotation process is finished? This would include the tags where the user can enter text into the annotation where when they are done entering the text, an event fires.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Finished Processing Event

Post by Alex »

Hello,

What do you mean as "the annotation process is finished"? I think you need event, which occurs when the annotation property is changed, for example, when user changed the text in text annotation. If yes, you need the AnnotationData.PropertyChanging and AnnotationData.PropertyChanged events. Please read more info here: https://www.vintasoft.com/docs/vsimagin ... _Data.html

Best regards, Alexander
rstrickland1958
Posts: 10
Joined: Mon Oct 30, 2017 11:16 pm

Re: Finished Processing Event

Post by rstrickland1958 »

Thanks.

I failed to look at that event.
Post Reply