Search found 4 matches

by ankit.acharya
Wed Oct 09, 2024 3:24 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Out Of Memory issue while tiff page shuffling
Replies: 1
Views: 42226

Out Of Memory issue while tiff page shuffling

Hi Vintasoft Team,

We are currently facing Out Of Memory issue in Vintasoft viewer when user open a tiff file and continuous his/her work and in between when he/she tries to shuffle page and request Next/Previous page of loaded document.

This issue occurs on random basis where documents size is ...
by ankit.acharya
Thu Sep 19, 2024 12:40 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How we get Mouse Hover event on AnnotationData
Replies: 1
Views: 41012

How we get Mouse Hover event on AnnotationData

Hi Team,

How we get Mouse Hover event on AnnotationData?

We want to open windows form as popup while cursor move on AnnotationData but Popup open after 2 second same as like tooltip.

Thank you,
Ankit Acharya
by ankit.acharya
Thu Sep 12, 2024 1:47 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: ReferencedImageAnnotationData Position getting changes on document.
Replies: 1
Views: 41138

ReferencedImageAnnotationData Position getting changes on document.

Hi Team,

We are using below code to create a point on document.

private void AnnotationTool_MouseClick(object sender, VisualToolMouseEventArgs e)
{
AnnotationVisualTool sAnnotationVisualTool = (AnnotationVisualTool)sender;
//Point mp = sAnnotationVisualTool.ImageViewer.PointToImage(Control ...
by ankit.acharya
Mon Jul 08, 2024 7:45 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Facing issues while open document from two applications and save with annotations
Replies: 1
Views: 41291

Facing issues while open document from two applications and save with annotations

We have two different application, where we are opening same document with different users in different applications.

1) Windows Application
2) Web Application

In windows application we have opened document with read permission and user is adding annotations from his/her end.

Same time another ...