Results 1 to 2 of 2

Thread: VB.Net Scanning

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    13

    VB.Net Scanning

    Hi all,

    Im looking to add scanning functionality for a program that I have made for personal use. Ideally I want to be able to scan documents into my program where they will be filled. I have looked around for WIA tutorials but have not found any that explain how to scan without using the GUI interface.

    What I want to be able to do is:
    Select a scanner attached to the computer

    Check if it has a document feeder or not

    scan a page

    Save the file

    If there is a document feeder attached I would like it to check if there are more pages to scan and automatically scan until the pile is complete.

    The idea is that it will always check for more pages and only stop. I have a number of different scanners that I use for different document types and therefore would like to program to be a versatile as possible.

    If someone could assist me in this I would be most grateful

    Many thanks

    James

  2. #2
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    Re: VB.Net Scanning

    1. Visit www.twain.org and familiarize yourself with the TWAIN specification (TWAIN is a de-facto standard for image acquiring technologies).

    2. Follow the TWAIN's whitepapers and FAQ. (There is also a forum where you can ask questions too).

    Your scanners obviously should have support the TWAIN standard or otherwise provide SDKs for working with them.

    If you find this solution difficult, try this one:
    http://www.codeproject.com/KB/dotnet/twaindotnet.aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width