VintaSoft Annotation .NET Plug-in Discussions

Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.

Board index < VintaSoft Imaging < VintaSoft Annotation .NET Plug-in Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

check if AnnotationViewer has changed



check if AnnotationViewer has changed

Post by GHWels »

Hallo,

Is there a parameter to check if the AnnotationViewer1 has changed,
when I add or delete annotations
or I rotate the Image?

Thank you


Re: check if AnnotationViewer has chaned

Post by Alex »

Hello,
Is there a parameter to check if the AnnotationViewer1 has changed, when I add or delete annotations You need subscribe to the AnnotationDataCollection.Changing or AnnotationDataCollection.Changed event if you want to monitor changes in annotation collection. You need subscribe to the AnnotationDataCollection.ItemPropertyChanging or AnnotationDataCollection.ItemPropertyChanged event if you want to monitor changes in annotation. Reference to the annotation collection can be get using the AnnotationViewer.AnnotationDataCollection property.

or I rotate the Image? You need subscribe to the VintasoftImage.Changed event if you want to monitor image changes. Reference to the image can be get using ImageViewer.Image or ImageViewer.Images property.

Best regards, Alexander


Page 1 from 1: 1