Page 1 of 1

AnnotationViewer

Posted: Tue Aug 10, 2010 4:25 pm
by R_Kranj
Hello

Does it possible programmatically select some annotation? Like performClick at Button.



Thanks!

Re: AnnotationViewer

Posted: Mon Aug 16, 2010 8:35 am
by Yuri
Yes, what problem did you encounter?

Re: AnnotationViewer

Posted: Tue Aug 17, 2010 12:25 pm
by R_Kranj
I solved this problem with one annotation.

But, how can I make multiselect?
Is it possible multiselect?




Thanks

Re: AnnotationViewer

Posted: Tue Aug 17, 2010 3:45 pm
by Yuri
Unfortunately multiselection for annotations is not supported at this time.

I will submit your suggestion to VintaSoft development *. Thanks.

Re: AnnotationViewer

Posted: Wed Aug 18, 2010 10:25 am
by R_Kranj
Support multiselection would be great.


And another question:


I have some annonce in invisible area. Zoom is 500%.
I select it programaticaly but annonce remains out of visible area.
Is it possible automatically scroll to right position. How?


Thanks.

Re: AnnotationViewer

Posted: Fri Aug 20, 2010 9:57 am
by Yuri
You should calculate the coordinates and use ImageViewer.AutoScrollPosition Property
to place the screen in an area of image you need.

Regards

Re: AnnotationViewer

Posted: Tue Sep 07, 2010 10:26 am
by R_Kranj
I have another question/problem;

Is it possible to show magnifier programatically without mouse click? How?

I need show two magnifiers on two forms in the same time.

Is it possible change location of magnifier?




Thanks!

Re: AnnotationViewer

Posted: Tue Sep 07, 2010 1:37 pm
by Alex
Hello,

Magnifier class has the Show() and Hide() methods. You should set mouse position in ImageViewer and call the Magnifier.Show() method if you want to show magnifier.

Best regards, Alexander