开发者

WIA flatbed scan

I'm using this code to scan documents using scanner's feeder. What do I have to change, so that flatbed is used?

edit: I removed the while(hasP开发者_开发技巧ages) loop and hasPages check... But somehow I must set that flatbed is used but don't know how.


I had to add this to switch statement:

case 3088:
    SetProperty(item, 2); // 1 = feeder, 2 = flatbed
    break;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜