Search found 2323 matches

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

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: 2
Views: 746

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
Mon May 06, 2024 9:59 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Lag between Page load and Annotation Draw
Replies: 1
Views: 9

Re: Lag between Page load and Annotation Draw

Hello,

Please send us (to support@vintasoft.com) a small demo projects that allows to reproduce the problem. Provided code snippet does not allow to understand the problem.

Best regards, Alexander
by Alex
Sat May 04, 2024 7:18 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Facing issue with Vintasoft.Imaging.Jbif2Codec.dll
Replies: 1
Views: 22

Re: Facing issue with Vintasoft.Imaging.Jbif2Codec.dll

Hello Omkar, Vintasoft.Imaging.dll loads Vintasoft.Imaging.Jbig2Codec.dll dynamically if JBIG2 image must be loaded. Vintasoft.Imaging.dll searches Vintasoft.Imaging.Jbig2Codec.dll in the application folder or in GAC. Do you have Vintasoft.Imaging.Jbig2Codec.dll in "Bin" folder? If no, ple...
by Alex
Thu Apr 25, 2024 11:35 am
Forum: Announcements
Topic: Version 12.4 of VintaSoft Imaging .NET SDK has been released.
Replies: 2
Views: 746

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

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
Mon Apr 22, 2024 7:56 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Text Reading mask and Ruler functionality
Replies: 1
Views: 252

Re: Text Reading mask and Ruler functionality

Hello, Please see list of available annotation types here: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Annotation-Annotation_Data.html Also you can create custom annotation from scratch or override behaviour of existing annotation: - https://www.vintasoft.com/docs/vsimaging-dotnet/Pr...
by Alex
Mon Apr 22, 2024 11:00 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: WPF DICOM Viewer Question
Replies: 4
Views: 503

Re: WPF DICOM Viewer Question

Hello, Please do the following steps: Open PNG file "[SdkInstallPath]\VintaSoft\Imaging .NET v12.4\Examples\WPF\CSharp\WpfDicomViewerDemo\WpfDemosCommonCode\Resources\VintasoftLogo.png" in any image editor and change image, for example, flip image vertically. Run Visual Studio. Open origon...
by Alex
Fri Apr 19, 2024 10:24 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: WPF DICOM Viewer Question
Replies: 4
Views: 503

Re: WPF DICOM Viewer Question

Hello, Please do the following steps: Run Visual Studio. Open VintaSoft DICOM Viewer Demo project ("[SdkInstallPath]\VintaSoft\Imaging .NET v12.4\Examples\WPF\CSharp\WpfDicomViewerDemo\WpfDicomViewerDemo.Net8.csproj") in Visual Studio. Click the "WpfAboutBoxBaseWindow.xaml" and y...
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: 411

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