Image Control

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
rstrickland1958
Posts: 10
Joined: Mon Oct 30, 2017 11:16 pm

Image Control

Post by rstrickland1958 »

I have an application where the same tif image is displayed in two different image viewers. The users of the application want to update one of the viewers with annotation tags and have the same tags show up in the other view as they add the tags. I can provide more details on how I currently setup the viewers for the single image. I just need to know if this is possible and, if so, what would be the general steps for this to happen.
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Image Control

Post by Alex »

Hello,

For solving your task you need do the following steps: Best regards, Alexander
rstrickland1958
Posts: 10
Joined: Mon Oct 30, 2017 11:16 pm

Re: Image Control

Post by rstrickland1958 »

Thanks for the response.

This did work, however, and I should have mentioned this earlier, each view gets it's on thumbnail which must act independently. View1 is master to View 2 which sets the image. View1 is master to thumbnail1 and View 2 is master to thumbnail 2. The user selecting a different page in thumbnail1 changes View1 but not View2. Currently, both Views will change.
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Image Control

Post by Alex »

Hello,

Do not set the ImageViewer.MasterViewer property and each viewer will work independently. More info please read here: https://www.vintasoft.com/docs/vsimagin ... Forms.html

Best regards, Alexander
Post Reply