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
check if AnnotationViewer has changed
Moderator: Alex
-
- Posts: 40
- Joined: Thu Apr 09, 2015 7:57 am
check if AnnotationViewer has changed
Last edited by GHWels on Thu Jul 30, 2015 8:32 am, edited 1 time in total.
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: check if AnnotationViewer has chaned
Hello,
Best regards, Alexander
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.Is there a parameter to check if the AnnotationViewer1 has changed, when I add or delete annotations
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.or I rotate the Image?
Best regards, Alexander