Kodak Imaging - SetScanCapability method not available

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

MSDN website clearly outlines the use of a method called SetScanCapability http://msdn.microsoft.com/library/d...en-us/3rdparty/html/hidh_imgscan_contents.asp . However when I try to find it in the object browser it is not there. And when I put it in my code, it stops at that line. When I take it out, I am able to scan and save the tiff to file as needed. I am using Win2000Pro and Access 2002. I am building a database to scan documents to a file, and I need to be able to set the scanner's properties (color, resolution, etc.) programaticaly

Any ideas

Thanks
 
No ideas, but-

I see the same behavior on my Win98SE machine - no sign of
either GetScanCapability OR SetScanCapability when I add
the Image Scan control to my form. I suspect an error in
the MSDN documentation.

-Andrew
=================================================
-----Original Message-----
MSDN website clearly outlines the use of a method called
SetScanCapability
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/3rdparty/html/hidh_imgscan_contents.asp . However when
I try to find it in the object browser it is not there.
And when I put it in my code, it stops at that line. When
I take it out, I am able to scan and save the tiff to file
as needed. I am using Win2000Pro and Access 2002. I am
building a database to scan documents to a file, and I
need to be able to set the scanner's properties (color,
resolution, etc.) programaticaly.
 
Back
Top