Page 1 of 1

Display another part of an image using link annotation

Posted: Sat Dec 10, 2011 9:52 am
by jpark.pac@gmail.com
Would it be possible to use link annotation to open another part of selected image rather than hyperlink?

john

Re: Display another part of an image using link annotation

Posted: Sat Dec 10, 2011 10:41 am
by Alex
Hello John,

LinkAnnotation has an LinkClicked event, you can subscribe to this event and add code necessary when link is clicked.

Position in the image you can change using the AutoScrollPosition property of the ImageViewer class.

Best regards, Alexander