Skip to content

vintasoft/Console-TWAIN_Simple_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

VintaSoft Console TWAIN Simple Demo

This .NET console project uses VintaSoft TWAIN .NET SDK and demonstrates how to acquire images from TWAIN scanner in console application.

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\Program.cs" file:

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

    dotnet build TwainConsoleDemo.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 Console TWAIN Simple Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages