WIA Automation seems useless

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
Back
Top