WIA Automation seems useless

G

Guest

If I want to suppress the scanner selection dialog and the devices properties dialog do I have to write a C++ wrapper around the WIA api? I want to set all the properties of the scan session within my app without user intervention.
 
A

Arne Janning

ScanNazi said:
If I want to suppress the scanner selection dialog and the devices properties dialog do I have to write a C++ wrapper around the WIA api? I want to set all the properties of the scan session within my app without user intervention.

Look at this article:
WIA Scripting and .NET by NETmaster (stands for German MVP Thomas
Scheidegger)
http://www.codeproject.com/dotnet/wiascriptingdotnet.asp

Especially have a look at the comments to this article:
Acquire Image without UI

Cheers

Arne Janning
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top