Page 1 of 1

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

Posted: Wed Feb 22, 2023 10:52 am
by Alex
Version 14.0 of VintaSoft Twain .NET SDK has been released.

What's new in this version:
  • .NET development
    • Added the cross-platform support for Windows and Linux.
    • Now the SDK provides 3 versions of .NET assemblies:
      • Vintasoft.Twain.dll - .NET assembly that can be used in .NET application for Windows and Linux. This assembly uses drawing primitives (VintasoftBitmap, VintasoftRect, ...) from Vintasoft.Shared library.
      • Vintasoft.WinTwain.dll - .NET assembly that can be used in .NET application for Windows. This assembly uses drawing primitives (Bitmap, Rectangle, ...) from System.Drawing.Common library.
      • Vintasoft.WpfTwain.dll - .NET assembly that can be used in WPF application for Windows. This assembly uses drawing primitives (BitmapSource, Rectangle, ...) from WPF library.
    • IMPORTANT: If you used Vintasoft.Twain.dll assembly of version 12.2 or older in Windows, starting from version 14.0 you require to use Vintasoft.WinTwain.dll assembly.
    • Several minor improvements and bug fixes.
  • Web development
    • Version 12.2 and older versions had API that allowed to work with TWAIN device synchronously. Version 14.0 has API that allows to work with TWAIN device synchronously and asynchronously. Please see detailed information in the article that describes the changes in JavaScript API here.
    • Created examples of JavaScript code, which demonstrate how to work with TWAIN scanner asynchronously.

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

Posted: Thu Apr 20, 2023 2:04 pm
by Alex
Version 14.0.4.1 of VintaSoft Twain .NET SDK has been released.

What's new in this version:
  • .NET development
    • Improved the algoritm, which gets an extended information about scanned image, for better compatibility with Inotec scanners.

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

Posted: Wed May 10, 2023 3:24 pm
by Alex
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.

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

Posted: Wed Jul 19, 2023 11:30 am
by Alex
Version 14.0.7.1 of VintaSoft Twain .NET SDK has been released.

What's new in this version:
  • Web development
    • Now Vintasoft Web TWAIN service always uses file TWAINDSM.DLL from the service installation. Previously, the priority was given to the TWAINDSM.DLL file from the system.
    • Now Vintasoft Web TWAIN service uses file TWAINDSM.DLL 2.4.3. Previously service used file TWAINDSM.DLL 2.3.0.