Display another part of an image using link annotation

Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.

Moderator: Alex

Post Reply
jpark.pac@gmail.com
Posts: 2
Joined: Sat Dec 10, 2011 9:38 am

Display another part of an image using link annotation

Post by jpark.pac@gmail.com »

Would it be possible to use link annotation to open another part of selected image rather than hyperlink?

john
Alex
Site Admin
Posts: 2304
Joined: Thu Jul 10, 2008 2:21 pm

Re: Display another part of an image using link annotation

Post 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
Post Reply