Search found 2323 matches

by Alex
Thu Apr 25, 2024 11:35 am
Forum: Announcements
Topic: Version 12.4 of VintaSoft Imaging .NET SDK has been released.
Replies: 4
Views: 1899

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

Version 12.4.1.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: .NET development Improved the smoothness of scrolling for large images in WinForms/WPF image viewer. Web development Improved the algorithm that initializes the annotation list...
by Alex
Tue Apr 23, 2024 4:28 pm
Forum: Announcements
Topic: Version 14.3 of VintaSoft Barcode .NET SDK has been released.
Replies: 4
Views: 3414

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

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

What's new in this version:
  • The Vintasoft.Barcode.ImageSharp assembly now references SixLabors.ImageSharp 3.1.4 assembly. Previously, the Vintasoft.Barcode.ImageSharp assembly referred to the SixLabors.ImageSharp 3.0.1 assembly.
by Alex
Thu Apr 18, 2024 9:28 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Mouse position on Image in AnnotationViewer
Replies: 1
Views: 1048

Re: Mouse position on Image in AnnotationViewer

Hello,

If you want to convert the screen point to the viewer point, you need to use the AnnotationViewer.PointToClient method.
If you want to convert the viewer point to the annotation point, you need to use the AnnotationViewer.PointFromControlToDip method.

Best regards, Alexander
by Alex
Wed Apr 17, 2024 12:13 pm
Forum: Announcements
Topic: Version 14.3 of VintaSoft Barcode .NET SDK has been released.
Replies: 4
Views: 3414

Re: Version 14.3 of VintaSoft Barcode .NET SDK has been released.

Version 14.3.4.1 of VintaSoft Barcode .NET SDK has been released. What's new in this version: Improved the algorithm that cancels barcode recognition. Now the ReaderSettings.RecognitionTimeout property can be used on any platform. Previosly the ReaderSettings.RecognitionTimeout thrown exception in ....
by Alex
Fri Apr 12, 2024 9:21 am
Forum: Announcements
Topic: Version 12.4 of VintaSoft Imaging .NET SDK has been released.
Replies: 4
Views: 1899

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

The new version 12.4 of VintaSoft Imaging .NET SDK and Plug-ins has been released! What's new in VintaSoft Imaging .NET SDK 12.4: .NET development Added the decoder for NDPI and VMS (Hamamatsu) image files. Added multithreading in algorithm that decodes TIFF image with JPEG compression - this change...
by Alex
Thu Apr 11, 2024 7:54 am
Forum: Announcements
Topic: Version 14.3 of VintaSoft Barcode .NET SDK has been released.
Replies: 4
Views: 3414

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

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

What's new in this version:
  • Vintasoft Web Barcode service now can recognize barcodes in image that is loaded from URL.
by Alex
Mon Apr 08, 2024 11:44 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 10
Views: 13769

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

Version 12.3.11.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: Web development Fixed the bug in the WebImageViewerJS.set_ChangeFocusedImageWhenScrolling function. The function did not work correctly if the screen was scaled. Fixed the bug...
by Alex
Thu Apr 04, 2024 12:53 pm
Forum: Code samples
Topic: Check whether values of PDF form fields have been changed.
Replies: 0
Views: 2699

Check whether values of PDF form fields have been changed.

If you want to check whether values of PDF form fields have been changed, you need to do the following steps: Get and save information about field values before editing of PDF form. Get and compare information about field values when you want to determine changes in PDF form. Here is C# code snippet...
by Alex
Wed Apr 03, 2024 12:17 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Custom Undo Action
Replies: 1
Views: 802

Re: Custom Undo Action

Hi,

Please send us (to support@vintasoft.com) a small console/WinForms/WPF project that demonstrates how you are working (create, undo, redo) with custom undo action. We need to analyze your code on our side.

Best regards, Alexander
by Alex
Fri Mar 29, 2024 4:28 pm
Forum: Announcements
Topic: Version 15.0 of VintaSoft Twain .NET SDK has been released.
Replies: 1
Views: 2261

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

Version 15.0 of VintaSoft Twain .NET SDK has been released. What's new in this version: .NET development Created VintaSoft SANE .NET API that allows to work with SANE image scanners in Linux: Enumerate SANE devices Select SANE device programmatically Set any option of SANE device (image type, image ...