VintaSoft Twain .NET SDK 10.2 is released.
What's new in this version:
What's new in this version:
- New Vintasoft.Twain.Web.Services.dll assembly has been created, which contains a platform-independent web service for working with TWAIN devices. The platform-independent web service allows quickly create other web services for any .NET compatible web platform, e.g. for ASP.NET WebForms, ASP.NET MVC, ServiceStack.
- New Vintasoft.Twain.Web.Api2Controllers.dll assembly has been created, which contains Web API 2 controller for working with TWAIN devices in ASP.NET MVC 5.
- JavaScript code of Vintasoft.Twain.js has been verified for compatibility with jQuery 2 and 3.
- Now VintaSoft Web TWAIN solution can be used on secure HTTPS server:
- VintaSoft Web TWAIN service (VintasoftWebTwainService project) can serve both HTTP and HTTPS requests.
- VintaSoft ASP.NET MVC TWAIN demo (AspNetMvcTwainDemos project) can be used on both HTTP and HTTPS server.
- Added demo projects for Visual Studio .NET 2017.