문제

I have feeder scanner so I use this code

 device=w.ShowSelectDevice(WiaDeviceType.ScannerDeviceType,true,false);
    commondialog.ShowAcquisitionWizard(device);

and successfully scanned all images in scanner but I want to access the path of these images stored by wizard to take these images and stored in database how can I get the path from c# ?

도움이 되었습니까?

해결책

i used scan dll it is a fantastic dll

scan sdk

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top