Page 1 of 1

Annotation tag

Posted: Fri Feb 01, 2013 6:42 pm
by Chess
Hello,

Is there an generic object with the annotation class (like textbox.Tag object). I would like to synchronise an object list. For example :

Code: Select all

private void GdViewer1_AnnotationAddedByUser(int AnnotationIdx) 
{
MyClass obj = new MyClass();
GdPicture9.Annotation ano = GdViewer1.GetAnnotationFromIdx(AnnotationIdx);
ano.Tag = obj
...
}
or is there an event like "AnnotationAddedByUser" but trigger when we delete an annotation (with the delete key or deleteannotation function).

Thanks.

Re: Annotation tag

Posted: Wed Jan 30, 2019 3:32 pm
by Gabriela
Hello,

here you are:
https://www.gdpicture.com/guides/gdpicture/web ... n~Tag.html
Unfortunately, no event is defined for deleting annotations yet.