Search found 2319 matches

by Alex
Tue May 28, 2024 9:09 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: File extension after annotation save
Replies: 5
Views: 54

Re: File extension after annotation save

Hello, Thank you for information. Please evaluate VintaSoft Annotation Demo ("[SdkInstallPath]\VintaSoft\Imaging .NET v12.4\Bin\DotNet4\AnyCPU\AnnotationDemo.exe") and see how demo works. Demo allows to open image, add VintaSoft annotations to an image, save image with VintaSoft annotation...
by Alex
Fri May 24, 2024 10:10 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: File extension after annotation save
Replies: 5
Views: 54

Re: File extension after annotation save

Hello, VintaSoft Annotation .NET Plug-in can save Vintasoft-annotations in annotation packet in Vintasoft Binary annotation format. Annotation packet in Vintasoft Binary annotation format can be saved separately to a file with file extension ".vsab". Also annotation packet in Vintasoft Bin...
by Alex
Wed May 22, 2024 3:13 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: File extension after annotation save
Replies: 5
Views: 54

Re: File extension after annotation save

Hi Minal,

Please read about annotations, which are supported by VintaSoft Annotation .NET Plug-in, here: https://www.vintasoft.com/docs/vsimagin ... _Load.html

Best regards, Alexander
by Alex
Fri May 17, 2024 8:25 am
Forum: Announcements
Topic: Version 12.4 of VintaSoft Imaging .NET SDK has been released.
Replies: 3
Views: 1848

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

Version 12.4.3.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: .NET development Added the ability to set rendering settings for thumbnails in WinForms/WPF thumbnail viewer. Increased the performance of image drawing if Skia is used as draw...
by Alex
Mon May 06, 2024 12:09 pm
Forum: Announcements
Topic: Version 15.0 of VintaSoft Barcode .NET SDK has been released.
Replies: 0
Views: 287

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

Version 15.0 of VintaSoft Barcode .NET SDK has been released. What's new in this version: Added the support for .NET 8.0 in Windows, Linux, macOS, Android. Created MAUI Barcode Demo for Android. https://www.vintasoft.com/files/forums/Vintasoft_Barcode_.NET_SDK_v15_0_0_1/Vintasoft_MAUI_Barcode_Demo_f...
by Alex
Mon May 06, 2024 12:01 pm
Forum: Announcements
Topic: Version 12.4 of VintaSoft Imaging .NET SDK has been released.
Replies: 3
Views: 1848

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

Version 12.4.2.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: .NET development Fixed the bug in TIFF decoder. Web development Improved the JavaScript code for compatibility with "Content-Security-Policy". What's new in this vers...
by Alex
Thu Apr 25, 2024 11:35 am
Forum: Announcements
Topic: Version 12.4 of VintaSoft Imaging .NET SDK has been released.
Replies: 3
Views: 1848

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: 3385

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: 1005

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: 3385

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 ....