Search found 2156 matches
- Fri Jun 09, 2023 9:57 am
- Forum: Announcements
- Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
- Replies: 21
- Views: 1803
Version 12.1.22.1 of VintaSoft Imaging .NET SDK has been released.
Version 12.1.22.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: .NET development Fixed the regress in web image viewer. Regress occurred in version 12.1.21.1. What's new in this version of VintaSoft PDF .NET Plug-in: .NET development Added...
- Thu Jun 08, 2023 12:41 pm
- Forum: VintaSoft Twain ActiveX Discussions
- Topic: Set scan area
- Replies: 4
- Views: 29
Re: Set scan area
Hello Andreas,
Have you solved the problem?
Best regards, Alexander
Have you solved the problem?
Best regards, Alexander
- Wed Jun 07, 2023 10:08 am
- Forum: Code samples
- Topic: Draw text in rectangle on PDF page and maintain aspect ratio of text.
- Replies: 0
- Views: 14
Draw text in rectangle on PDF page and maintain aspect ratio of text.
Here is C# code that demonstrates how to draw text in rectangle on PDF page and maintain aspect ratio of text: class Program { static void Main(string[] args) { // create new PDF document using (Vintasoft.Imaging.Pdf.PdfDocument document = new Vintasoft.Imaging.Pdf.PdfDocument()) { // add empty page...
- Tue Jun 06, 2023 5:19 pm
- Forum: VintaSoft Twain ActiveX Discussions
- Topic: Set scan area
- Replies: 4
- Views: 29
Re: Set scan area
Hello, Thank you for the code snippet. How do you set unit of measure in your code? I cannot find line "VSTwain1.Device_UnitOfMeasure = UNITOFMEASURE.UNITOFMEASURE_Millimeters". Please see example here: https://www.vintasoft.com/docs/vstwain/VSTwainLib~VintaSoftTwain~Device_ImageResolution...
- Tue Jun 06, 2023 11:55 am
- Forum: VintaSoft Twain ActiveX Discussions
- Topic: Set scan area
- Replies: 4
- Views: 29
Re: Set scan area
Hello Andreas,
Our support team already answered to you question. I hope problem is solved.
Best regards, Alexander
Our support team already answered to you question. I hope problem is solved.
Best regards, Alexander
- Tue Jun 06, 2023 11:54 am
- Forum: Announcements
- Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
- Replies: 21
- Views: 1803
Version 12.1.21.1 of VintaSoft Imaging .NET SDK has been released.
Version 12.1.21.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 algorithm that updates vector images in web image viewer. What's new in this version of VintaSoft Document Cleanup .NET Plug-in: .NET develop...
- 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: 33
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...
- Fri May 26, 2023 10:48 am
- Forum: Announcements
- Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
- Replies: 21
- Views: 1803
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...
- Thu May 18, 2023 9:46 am
- Forum: Announcements
- Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
- Replies: 21
- Views: 1803
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:
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.
- Thu May 18, 2023 8:29 am
- Forum: Code samples
- Topic: WinForms: Scroll WinForms viewer programmatically.
- Replies: 0
- Views: 35
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...