Search found 2307 matches

by Alex
Thu Mar 28, 2024 5:11 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: DICOM: Multiplanar reconstruction
Replies: 3
Views: 12

Re: DICOM: Multiplanar reconstruction

You can do the same steps for VintaSoft Imaging .NET SDK 11.0. Version 11.0 also has VintaSoft DICOM MPR Viewer Demo.

Best regards, Alexander
by Alex
Thu Mar 28, 2024 5:06 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How can I see Vinta Elements in ToolBox? (VS2019)
Replies: 4
Views: 6304

Re: How can I see Vinta Elements in ToolBox? (VS2019)

If you want to create WinForms application for .NET 8 and place Vintasoft.Imaging.UI.ImageViewer control to the application form, you need to do the following steps: Create/open WinForms application for .NET8 in Visual Studio 2022. Add references to Vintasoft.Shared.dll, Vintasoft.Imaging.dll and Vi...
by Alex
Wed Mar 27, 2024 8:43 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: DICOM: Multiplanar reconstruction
Replies: 3
Views: 12

Re: DICOM: Multiplanar reconstruction

Hello, Please do the following test: 1. Run VintaSoft DICOM MPR Viewer Demo ("[SdkInstallPath]\VintaSoft\Imaging .NET v12.3\Bin\DotNet4\AnyCPU\DicomMprViewerDemo.exe"). 2. Open DICOM files for MPR. 3. Select "MPR => Saggital/Coronal/Axial" menu => "2D MPR" dialog will a...
by Alex
Fri Mar 22, 2024 12:50 pm
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 9
Views: 6903

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

Version 12.3.9.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: .NET development Fixed regress in algorithm that allows to drag-and-drop files to ThumbnailViewer class. Web development Fixed minor bug in algorithm that allows to navigate im...
by Alex
Fri Mar 22, 2024 10:43 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Load AnnotationViewer left side
Replies: 1
Views: 25

Re: Load AnnotationViewer left side

Hello, ImageViewer.ImageAnchor property allows to get or set the anchor style of an image in image viewer. VintaSoft Imaging .NET SDK has on-line documentation that contains .NET developer guide and API reference. On-line documentation is available here: https://www.vintasoft.com/docs/vsimaging-dotn...
by Alex
Mon Mar 11, 2024 7:57 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: To open .ANN file in Vintasoft Viewer.
Replies: 5
Views: 75

Re: To open .ANN file in Vintasoft Viewer.

Hello, VintaSoft Annotation .NET Plug-in can store annotations in Vintasoft binary packet, Vintasoft XMP packet, WANG packet. Vintasoft packets can be stored in metadata of PDF, TIF, PNG, JPEG file. WANG packet can be stored in metadata of TIFF file. Please read about supported annotation packets he...
by Alex
Mon Mar 11, 2024 7:54 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hide and Show Annotations in C# Windows Application
Replies: 3
Views: 33

Re: Hide and Show Annotations in C# Windows Application

Hi, Your code is not correct because you are creating new instance of AnnotationDataController class but you must use existing AnnotationDataController from AnnotationViewer. Here is correct code: AnnotationDataController objAnnotationDataController = AnnotationViewer.AnnotationDataController; Annot...
by Alex
Fri Mar 08, 2024 4:09 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: To open .ANN file in Vintasoft Viewer.
Replies: 5
Views: 75

Re: To open .ANN file in Vintasoft Viewer.

Hello, Do you have any method to convert Custom Annotation to Vintasoft annotation. We do not have ready-to-use algorithm, which allows to convert custom annotation to the Vintasoft annotation, because algorithm can be created only if you know information about type and properties of custom annotati...
by Alex
Fri Mar 08, 2024 4:02 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hide and Show Annotations in C# Windows Application
Replies: 3
Views: 33

Re: Hide and Show Annotations in C# Windows Application

Hi,

You can show/hide Vintasoft annotation in Windows desktop application (WinForms/WPF) using the AnnotationView.IsVisible property.

Best regards, Alexander
by Alex
Thu Mar 07, 2024 10:09 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 9
Views: 6903

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

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

What's new in this version of VintaSoft PDF .NET Plug-in:
  • .NET development
    • Fixed the bug in PDF renderer.