Search found 2305 matches

by Alex
Mon Jan 29, 2024 2:09 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: (WPF) Large image annotations causing lag
Replies: 4
Views: 177

Re: (WPF) Large image annotations causing lag

Hello,

For understanding the problem we need to reproduce the problem on our side. Please send us (to support@vintasoft.com) a small WPF project, which allows to reproduce the problem.

Best regards, Alexander
by Alex
Mon Jan 29, 2024 12:55 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Double click event on annotation
Replies: 1
Views: 94

Re: Double click event on annotation

Hello, If you want to know when user is double clicked on annotation in WinForms application, you need to subscribe to the AnnotationView.DoubleClick event. More info please read in documentation: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Annotation-Annotation_View_In_WinForms.html...
by Alex
Mon Jan 29, 2024 9:45 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Array of multiple images send mutiple request for DeserializeAnnotationCollection
Replies: 5
Views: 485

Re: Array of multiple images send mutiple request for DeserializeAnnotationCollection

Hello Jwalit,

This performance problem is not critical and has effect only if many images are loaded in viewer. We will notify you when problem is fixed. Now I cannot give you the exact date.

Best regards, Alexander
by Alex
Thu Jan 18, 2024 2:04 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Upload image from URL does not work with Azure Blob url
Replies: 8
Views: 1066

Re: Upload image from URL does not work with Azure Blob url

Hello Jwalit,

In version 12.3.3.1 we have increased the image rendering performance in web image viewer when image is loading from URL. Please try to use version 12.3.3.1 and let me know if you will have any question or problem.

Best regards, Alexander
by Alex
Thu Jan 18, 2024 10:28 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 9
Views: 6897

Version 12.3.3.1 of VintaSoft Imaging .NET SDK has been released.

Version 12.3.3.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: .NET development Image processing: Improved the algorithm that processes color image in GetRotationAngleCommand class. Added the Binarization property to the GetRotationAngleCo...
by Alex
Wed Jan 17, 2024 3:03 pm
Forum: Announcements
Topic: Version 14.2 of VintaSoft Barcode .NET SDK has been released.
Replies: 2
Views: 9895

Version 14.2.1.1 of VintaSoft Barcode .NET SDK has been released.

Version 14.2.1.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Web development
    • Fixed the bug in VintasoftBarcodeWebService.ReadBarcodes method. Now method returns correct barcode print quality grades for barcode with inverted colors.
by Alex
Wed Jan 17, 2024 2:54 pm
Forum: Announcements
Topic: Version 14.1 of VintaSoft Twain .NET SDK has been released.
Replies: 1
Views: 9782

Version 14.1.1.1 of VintaSoft Twain .NET SDK has been released.

Version 14.1.1.1 of VintaSoft Twain .NET SDK has been released.

What's new in this version:
  • .NET development
    • Improved code of Device.StopFeeder method.
by Alex
Thu Jan 11, 2024 9:58 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Array of multiple images send mutiple request for DeserializeAnnotationCollection
Replies: 5
Views: 485

Re: Array of multiple images send mutiple request for DeserializeAnnotationCollection

Hello Jwalit,

Yes, WebAnnotationViewerJS control loads all annotations for all images in viewer when images are added to the viewer. We will improve this algorithm in the future.

Best regards, Alexander
by Alex
Wed Jan 10, 2024 2:04 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Out of Memory Exception with Thumbnail Viewer open in Portrait orientation
Replies: 3
Views: 284

Re: Out of Memory Exception with Thumbnail Viewer open in Portrait orientation

Thank you for PDF document. We reproduced the problem in 32-bit version of VintaSoft Document Viewer Demo. Problem occurs because SDK cannot create bitmap, which is necessary for rendering of PDF page. Problem presents because 32-bit .NET application can address only 2Gb of memory. We will try to op...
by Alex
Wed Jan 10, 2024 2:02 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Array of multiple images send mutiple request for DeserializeAnnotationCollection
Replies: 5
Views: 485

Re: Array of multiple images send mutiple request for DeserializeAnnotationCollection

Hello Jwalit,

If you are using WebAnnotationVieweJS control, the control gets information about annotations for each image loaded in viewer.

Best regards, Alexander