Is there any way I can programmatically remove an annotation? I am able to hide it using:
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).
Thanks
