Search found 10 matches

by minalchaniara
Mon May 06, 2024 5:39 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Lag between Page load and Annotation Draw
Replies: 1
Views: 11

Lag between Page load and Annotation Draw

Hi, Our application is based on winforms where we are trying to load image and draw an annotation based on X and Y coordination. We called Load images first than called Draw annotation but we were getting lag between both. It will Draw annotation first and than load images. Below is the code snippet...
by minalchaniara
Wed Apr 17, 2024 1:50 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Mouse position on Image in AnnotationViewer
Replies: 1
Views: 454

Mouse position on Image in AnnotationViewer

Hi, I am not able to get coordinates of Image while doing right click on image which is load in AnnotationViewer. It is giving AnnotationViewer coordinates. I am using below code for getting coordinates. Please help me on the same private void AnnotationTool_MouseClick(object sender, VisualToolMouse...
by minalchaniara
Fri Mar 22, 2024 10:00 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Load AnnotationViewer left side
Replies: 1
Views: 2960

Load AnnotationViewer left side

Hi, I have load images in annotation viewer but I want to display all images in left side not center of the page. Currently it is loading in center. Using below codesnippet. AnnotationViewer.Images.Add(_sourceFilename, _isFileReadOnlyMode); AnnotationViewer.SizeMode = ImageSizeMode.BestFit; Annotati...
by minalchaniara
Fri Mar 08, 2024 4:13 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: To open .ANN file in Vintasoft Viewer.
Replies: 5
Views: 3084

Re: To open .ANN file in Vintasoft Viewer.

Where we store annotation which is draw using Vintasoft Viewer?
How can we see or fetch details of that annotation file?
by minalchaniara
Fri Mar 08, 2024 10:46 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: To open .ANN file in Vintasoft Viewer.
Replies: 5
Views: 3084

Re: To open .ANN file in Vintasoft Viewer.

Do you have any method to convert Custom Annotation to Vintasoft annotation.
by minalchaniara
Wed Feb 21, 2024 2:51 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load PDF file in AnnotationViewer
Replies: 4
Views: 1846

Re: Load PDF file in AnnotationViewer

I have checked Vintasoft.Imaging.pdf is not available in our license version. We have license for Imaging .NET SDK (for Windows) and Plug ins for Annotation .NET Plug-in.

Do we require to separate purchase for PDF(PDF .NET Plug-in).

Thank you.
Minal
by minalchaniara
Tue Feb 20, 2024 6:15 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load PDF file in AnnotationViewer
Replies: 4
Views: 1846

Re: Load PDF file in AnnotationViewer

Thank you for reply.
I have already referenced Vintasoft.Imaging.Pdf in my .Net code.
by minalchaniara
Mon Feb 19, 2024 5:28 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load PDF file in AnnotationViewer
Replies: 4
Views: 1846

Load PDF file in AnnotationViewer

Hello, I am trying to load tiff file and PDF file using below code snippet. Tiff file successfully loaded but PDF is not load and getting error like Wrong or Unsuported image format. Would you please guide on the same. private void OpenFileAsynchronously() { try { UseWaitCursor = true; annotationVie...
by minalchaniara
Mon Jan 29, 2024 12:46 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Double click event on annotation
Replies: 1
Views: 1767

Double click event on annotation

Can we have double click event on annotation? Can you provide code snippet or example using winforms?
by minalchaniara
Tue Sep 26, 2023 8:32 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Vintasoft .Net framework compatibility
Replies: 1
Views: 1341

Vintasoft .Net framework compatibility

Is Vintasoft support .Net framework 4.5.1 version ?
If yes, can you please provide the supported dll for it.