Search found 2150 matches

by Alex
Tue May 30, 2023 10:25 am
Forum: Code samples
Topic: ASP.NET Core: Load images from custom folder and display loaded images in web image viewer.
Replies: 0
Views: 13

ASP.NET Core: Load images from custom folder and display loaded images in web image viewer.

If you want to load images from custom folder (for example, from folder "C:\Images\") and display loaded images in VintaSoft web image viewer in ASP.NET Core application, you need to do the following steps: Create custom data storage that allows to access files in custom folder - below you...
by Alex
Fri May 26, 2023 10:48 am
Forum: Announcements
Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
Replies: 19
Views: 1769

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

Version 12.1.20.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 specify anchor for thumbnails in WinForms and WPF thumbnail viewer (ThumbnailViewer.ThumbnailsAnchor and WpfThumbnailViewer.ThumbnailsAnc...
by Alex
Thu May 18, 2023 9:46 am
Forum: Announcements
Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
Replies: 19
Views: 1769

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

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

What's new in this version of VintaSoft DICOM .NET Plug-in:
  • .NET development
    • Fixed the bug in algorithm that loads data of overlay image from DICOM file.
by Alex
Thu May 18, 2023 8:29 am
Forum: Code samples
Topic: WinForms: Scroll WinForms viewer programmatically.
Replies: 0
Views: 30

WinForms: Scroll WinForms viewer programmatically.

This topic contains C# code snippet that allows to scroll WinForms viewer programmatically: // get current scroll position of image viewer System.Drawing.PointF scrollPosition = imageViewer1.AutoScrollPositionEx; // change current scroll position of image viewer imageViewer1.AutoScrollPositionEx = n...
by Alex
Wed May 17, 2023 9:01 am
Forum: Code samples
Topic: JavaScript: Copy text, which is selected in web viewer, to the clipboard.
Replies: 0
Views: 22

JavaScript: Copy text, which is selected in web viewer, to the clipboard.

Web image viewer allows to open document (PDF, DOCX, XLSX) and select text in viewer using mouse. By default the viewer does not handle pressing of Ctrl+C key and selected text cannot be copied to the clipboard by pressing Ctrl+C key. If selected text must be copied to the clipboard by pressing Ctr...
by Alex
Wed May 17, 2023 8:56 am
Forum: Code samples
Topic: WinForms: Scroll WinForms viewer to the focused image programmatically.
Replies: 0
Views: 18

WinForms: Scroll WinForms viewer to the focused image programmatically.

This topic contains C# code snippet that allows to scroll WinForms viewer to the focused image programmatically: // disable the autoscrolling to the focused image imageViewer1.DisableAutoScrollToFocusedImage(); // move focus to the next image imageViewer1.FocusedIndex = imageViewer1.FocusedIndex + 1...
by Alex
Fri May 12, 2023 8:33 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Ring sector ROI
Replies: 1
Views: 44

Re: Ring sector ROI

Hello Marco,

Please see the arc annotation.

Best regards, Alexander
by Alex
Wed May 10, 2023 3:24 pm
Forum: Announcements
Topic: Version 14.0 of VintaSoft Twain .NET SDK has been released.
Replies: 2
Views: 242

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

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

What's new in this version:
  • .NET development
    • Now the Device.TransferMode property sets value of DeviceCapabilityId.IXferMech capability if device is open.
by Alex
Wed May 10, 2023 2:14 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Draw multi rectangle selections
Replies: 6
Views: 84

Re: Draw multi rectangle selections

Hi Gianni, For solving your task please use the AnnotationViewer with rectangle/ellipse annotations. This is the simplest way. You can evaluate the annotation functionality in VintaSoft Annotation Demo ("[SdkInstallPath]\VintaSoft\Imaging .NET v12.1\Bin\DotNet4\AnyCPU\AnnotationDemo.exe")....
by Alex
Tue May 09, 2023 9:34 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Setting ImageLayout not working for Fujitsu
Replies: 2
Views: 92

Re: Setting ImageLayout not working for Fujitsu

Hi Steve,

Please try to set Device.PageSize property to the PageSize.None value before setting the image layout and see the result.

Best regards, Alexander