Annotation tag

Discussions about annotation support.
Post Reply
Chess
Posts: 22
Joined: Mon Apr 23, 2012 6:02 pm

Annotation tag

Post by Chess » Fri Feb 01, 2013 6:42 pm

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.

Gabriela
Posts: 436
Joined: Wed Nov 22, 2017 9:52 am

Re: Annotation tag

Post by Gabriela » Wed Jan 30, 2019 3:32 pm

Hello,

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

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest