/WinForms-TWAIN_Advanced_Demo

VintaSoft WinForms TWAIN Advanced Demo

Primary LanguageC#OtherNOASSERTION

VintaSoft WinForms TWAIN Advanced Demo

This WinForms project uses VintaSoft TWAIN .NET SDK and demonstrates how to enumerate TWAIN devices, get capabilities of TWAIN device, acquire images from TWAIN device and save scanned images to a local disk or upload onto HTTP or FTP server.

Screenshot

Usage

  1. Get the 30 day free evaluation license for VintaSoft TWAIN .NET SDK as described here: https://www.vintasoft.com/docs/vstwain-dotnet/Licensing-Twain-Evaluation.html

  2. Update the evaluation license in "CSharp\MainForm.cs" file:

    Vintasoft.Twain.TwainGlobalSettings.Register("REG_USER", "REG_EMAIL", "EXPIRATION_DATE", "REG_CODE");
    
  3. Build the project ("TwainAdvancedDemo.Net8.csproj" file) in Visual Studio or using .NET CLI:

    dotnet build TwainAdvancedDemo.Net8.csproj
    
  4. Run compiled application.

Documentation

VintaSoft TWAIN .NET SDK on-line User Guide and API Reference for .NET developer is available here: https://www.vintasoft.com/docs/vstwain-dotnet/

Support

Please visit our online support center if you have any question or problem.