- User puts a piece of paper on the scanner.
- User presses a button on my application.
- Scanner works its magic and my windows form application gets the image and puts it in a pictureBox.
What would be the path of least resistance if I wanted to make something like this? I don't need the user to configure colors and settings, etc. Just simply scan the image.
Thanks for the help!