All Tags »
DotTwain »
Removal »
AutomaticBorder... »
Border
Sorry, but there are no more tags available to filter with.
-
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 ...