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 Rhinorhino 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
Joined
Jul 29, 2008
Messages
9
Location
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