Would it be possible to use link annotation to open another part of selected image rather than hyperlink?
john
Display another part of an image using link annotation
Moderator: Alex
-
- Posts: 2
- Joined: Sat Dec 10, 2011 9:38 am
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Display another part of an image using link annotation
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
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