Search found 10 matches

by rstrickland1958
Thu Feb 08, 2018 8:39 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Edit inside tag
Replies: 3
Views: 5779

Re: Edit inside tag

Sorry for the confusion. I select an annotation that allows text and place the annotation on the viewer. Based on how I have use this type of annotation, I have to double click on the annotation to open up edit region that allows me to enter my text. I then click outside this edit region to close th...
by rstrickland1958
Thu Feb 08, 2018 8:32 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Finished Processing Event
Replies: 2
Views: 5435

Re: Finished Processing Event

Thanks.

I failed to look at that event.
by rstrickland1958
Thu Feb 08, 2018 4:36 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Finished Processing Event
Replies: 2
Views: 5435

Finished Processing Event

Is there any event fired by either the annotation data controllers, collections, etc. when the annotation process is finished? This would include the tags where the user can enter text into the annotation where when they are done entering the text, an event fires.
by rstrickland1958
Thu Feb 08, 2018 4:31 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Edit inside tag
Replies: 3
Views: 5779

Edit inside tag

For the annotation tags that the user can edit inside, the user has to first click on the tag to open the edit area. Is there any way for the tag to open directly in edit mode after the user places the tag on the viewer?
by rstrickland1958
Thu Feb 08, 2018 12:55 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Image Control
Replies: 3
Views: 5899

Re: Image Control

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 ...
by rstrickland1958
Wed Feb 07, 2018 5:43 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Image Control
Replies: 3
Views: 5899

Image Control

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 t...
by rstrickland1958
Mon Nov 27, 2017 10:39 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Split Multipage Tiff Document
Replies: 1
Views: 5863

Split Multipage Tiff Document

The user needs to be able to split a multipage document by selecting specific pages from the thumbnail viewer and save the selected images to a new document and save the unselected pages to another new document. I have the selected thumbnail collection coming back with the selected images but I am m...
by rstrickland1958
Wed Nov 01, 2017 5:29 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Zoom not changing
Replies: 4
Views: 7534

Re: Zoom not changing

Yes. That was the property that I was setting. Note code below:

this.documentViewer.Zoom = 100;

I got the zooming to work after setting the SizeMode to the WpfAnnotationViewer to 'Zoom'.

Is this correct way to get Zoom to work?
by rstrickland1958
Mon Oct 30, 2017 11:44 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Zoom not changing
Replies: 4
Views: 7534

Zoom not changing

I am currently reviewing the tool for a customer looking to convert to WPF with a need for imaging controls. I have a simple WPF view with the WpfAnnotationViewer in the grid. I successfully loaded an image in the viewer. I now want to zoom in to 45 but when I change the zoom property nothing happen...