Windows Develop Bookmark and Share   
 index > Windows Forms General > Image acquisition through VB .NET
 

Image acquisition through VB .NET

Hi!
As a VB .NET developer, I am going to acquire image from scanner and have it as an System.Drawing.Image in my program. As there are nothing about such task in the .NET Framework, I have to use an API. I have also read somethings about "Technology without an interesting name (TWAIN)" and "Windows image acquisition (WIA)".
How can I do that? Which API is proper?

I am much obliged to you for your assistance. Regards!
M.Sadegh Samiei

samiei  Saturday, July 16, 2005 10:21 PM
There are several image scanning components available from ISVs, some of which are listed here- http://www.windowsforms.net/ControlGallery/default.aspx?Category=27&tabindex=10

Choose a component that meets your development needs and let that drive your choice of APIs. WIA has a TWAIN pass-thru, so a long as your scanner is TWAIN compatible, you can use either one.
BenWillett  Thursday, July 21, 2005 11:02 PM
There are several image scanning components available from ISVs, some of which are listed here- http://www.windowsforms.net/ControlGallery/default.aspx?Category=27&tabindex=10

Choose a component that meets your development needs and let that drive your choice of APIs. WIA has a TWAIN pass-thru, so a long as your scanner is TWAIN compatible, you can use either one.
BenWillett  Thursday, July 21, 2005 11:02 PM

You can use google to search for other answers

Custom Search

More Threads

• Simple threading question
• RichTextBox Lines
• Images in a DataGridView (wrong behavior)
• ToolTip for listviewitem and setting delay
• Issue with resource file
• Hanging C#.NET User Control Application
• Problem referencing another project in the same solution
• Select multiple rows in Datagridview
• Writing output of EXE into other computer.
• Collection is readonly when trying to delete, update, create new item on datagridview