Scan SDK Archives - ByteScout

Scan SDK

Bytescout Scan SDK IMPORTANT: Bytescout Scan SDK free trial download is available here (direct download link, .exe installer) Trial version is limited with "demo" watermarks so you can test it as long as you need before purchasing a license.Licensing Types: per developer Licensing Benefits:12 months of free updates and 12 months of free tech support via e-mail (within 2 business days) are included. Additional 12 months are available at 30% of regular price.;30 DAYS MONEY-BACK [...]
Retrieve images from scanner, web-cam or other TWAIN and WIA compatible devices in your .NET application with a few lines of code. Get full source code for Scan SDK (and we appreciate if you would improve it!) at  http://bytescoutscansdk.codeplex.com/ Benefits: Free for both personal and commercial use; Royalty-free redistribution along with your product/application; Made with 100% C# code for .NET (optional full source code licensing is available); ready-to-use class and ready-to-use scan options dialog; asynchronous [...]
This sample code demonstrates how to transfer images from scanner or web-camera TWAIN and WIA devices with Bytescout Scan SDK for .NET. Full sample code is included into the SDK. Screenshot of VB.NET test application:
This sample code demonstrates how to get images from a scanner or a web-camera or any other TWAIN and WIA compatible device using Bytescout Scan SDK for .NET and Visual C#.Full sample code is included into the SDK. Screenshot of C# test application: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Drawing.Imaging; using Bytescout.Scan; using System.IO; namespace Test { public partial class Form1 : Form { public Form1() [...]