Skip to content

vintasoft/WPF-TWAIN_Advanced_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

VintaSoft WPF 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\MainWindow.xaml.cs" file:

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

    dotnet build WpfTwainAdvancedDemo.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.

About

VintaSoft WPF TWAIN Advanced Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages