k1Ll5w1tcH
Programmer
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
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