Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WIA auto deskew

Status
Not open for further replies.

k1Ll5w1tcH

Programmer
Jul 29, 2008
9
0
0
ZA
Hi guys

Can anyone please post some sample code on how to implement the auto deskew property with WIA?
I saw it on msdn, but can't seem to implement it. I'm guessing it goes something like this:

Obj1 = (Object)<deskew_property>;
Obj2 = (Object)<some value>;
myItem.Properties.get_Item(ref Obj1).set_Value(ref Obj2);

Thanks in advance,
Garrith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top