'We assume that the GdViewer1 control has been properly integrated in your application.
AnnotationManager annotMngr = GdViewer1.GetAnnotationManager()
Dim annotEditor As AnnotationEditor = New AnnotationManager()
annotEditor.InitFromAnnotationManager(annotMngr)
//We assume that GdViewer1 control has been properly integrated in your application.
AnnotationManager annotMngr = GdViewer1.GetAnnotationManager();
AnnotationEditor annotEditor = new AnnotationEditor();
annotEditor.InitFromAnnotationManager(annotMngr);