VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
imageViewer1.SelectedAnnotation.Visible = false;but it is still present in the ImageViewer.Annotations collection. I want it to be removed completely (like when I select an annotation and delete it manually using the delete key).
AnnotationBase annoToRemove = annotationViewer1.Annotations[imageIndex][indexOfAnnoToRemove]; annotationViewer1.Annotations[imageIndex].RemoveAt(annoToRemove);We will redefine the RemoveAt method of the AnnotationCollection class in next version of library and it will work correctly.