Search found 2156 matches

by Alex
Fri Jun 09, 2023 9:57 am
Forum: Announcements
Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
Replies: 21
Views: 1801

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...
by Alex
Thu Jun 08, 2023 12:41 pm
Forum: VintaSoft Twain ActiveX Discussions
Topic: Set scan area
Replies: 4
Views: 27

Re: Set scan area

Hello Andreas,

Have you solved the problem?

Best regards, Alexander
by Alex
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: 12

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...
by Alex
Tue Jun 06, 2023 5:19 pm
Forum: VintaSoft Twain ActiveX Discussions
Topic: Set scan area
Replies: 4
Views: 27

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...
by Alex
Tue Jun 06, 2023 11:55 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: Set scan area
Replies: 4
Views: 27

Re: Set scan area

Hello Andreas,

Our support team already answered to you question. I hope problem is solved.

Best regards, Alexander
by Alex
Tue Jun 06, 2023 11:54 am
Forum: Announcements
Topic: Version 12.1 of VintaSoft Imaging .NET SDK has been released.
Replies: 21
Views: 1801

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

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: 21
Views: 1801

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: 21
Views: 1801

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

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