Difference between revisions of "TWAIN Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
* https://code.google.com/p/twaindotnet/ | * https://code.google.com/p/twaindotnet/ | ||
* http://www.codeproject.com/Articles/1376/NET-TWAIN-image-scanner | * http://www.codeproject.com/Articles/1376/NET-TWAIN-image-scanner | ||
=TWAIN Links= | |||
* http://www.twain.org/docs/530fe0da85f7511c510004ff/TWAIN-2.3-Spec.pdf | |||
* http://www.twain.org/ | |||
* http://www.twain.org/twain-direct.html | |||
* http://www.twain.org/docs/54ac758f020c7b091adc2d52/Introduction-to-TWAIN-Direct.pdf | |||
=Related Links= | =Related Links= | ||
Line 13: | Line 21: | ||
* [http://stackoverflow.com/questions/19111919/scanning-an-image-and-saving-it-in-a-specific-folder Scanning an image and saving it in a specific folder] | * [http://stackoverflow.com/questions/19111919/scanning-an-image-and-saving-it-in-a-specific-folder Scanning an image and saving it in a specific folder] | ||
* [http://www.codeproject.com/Articles/651429/Scan-and-Save-Images-to-a-Database-in-Csharp-Using Scan and Save Images to a Database in C# Using Dynamic .NET TWAIN] | * [http://www.codeproject.com/Articles/651429/Scan-and-Save-Images-to-a-Database-in-Csharp-Using Scan and Save Images to a Database in C# Using Dynamic .NET TWAIN] | ||
* Automatic Scanner code in C# | * [http://www.codeproject.com/Tips/725517/Automatic-Scanner-code-in-Csharp Automatic Scanner code in C#] | ||
[[Category: | [[Category:C Sharp]] | ||
[[Category:Scanning]] | [[Category:Scanning]] | ||
[[Category:TWAIN]] | [[Category:TWAIN]] | ||
[[Category:Image Processing]] | [[Category:Image Processing]] | ||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 05:58, 17 October 2021
Libraries
- https://code.google.com/p/twaindotnet/
- http://www.codeproject.com/Articles/1376/NET-TWAIN-image-scanner
TWAIN Links
- http://www.twain.org/docs/530fe0da85f7511c510004ff/TWAIN-2.3-Spec.pdf
- http://www.twain.org/
- http://www.twain.org/twain-direct.html
- http://www.twain.org/docs/54ac758f020c7b091adc2d52/Introduction-to-TWAIN-Direct.pdf
Related Links
Some related articles:
- Acquire images from scanner, camera or another TWAIN or WIA compatible devices using Bytescout Scan SDK for .NET
- How to acquire images from scanner,camera (or another TWAIN or WIA compatible device) with Bytescout Scan SDK for .NET in Visual C#
- .NET TWAIN image scanner
- Scanning an image and saving it in a specific folder
- Scan and Save Images to a Database in C# Using Dynamic .NET TWAIN
- Automatic Scanner code in C#