|
|
Browse by Tags
All Tags » Border » DotTwain
-
I'm currently using dotTwain to launch my Kodak scanner, but using the following code I'm unable to toggle the Auto Border Removal feature:
if (_device.QueryCapability(DeviceCapability.ICAP_AUTOMATICBORDERDETECTION, true)){ _device.AutomaticBorderDetection = true;}
If I launch the scanner with _device.HideInterface = false, I'm able ...
|
|
|