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
Is there a parameter to check if the AnnotationViewer1 has changed, when I add or delete annotationsYou 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.