Adf扫描多个页面 [英] Adf scaning for multiple pages

查看:134
本文介绍了Adf扫描多个页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我想扫描多个页面.使用以下代码,我得到了扫描仪向导,并且运行良好.
我的问题是用户无法选择位置的路径-我要设置该路径.怎么可能?

Hi every one,

I want to scan multiple pages. Using the below code, I got the scanner wizard and it''s working good.
My problem is that user cant select the path for location - I want to set that. How is it possible?

private void CallScanWizard()
{
        WIA.CommonDialog dlg = new WIA.CommonDialog();
        Device dvc = dlg.ShowSelectDevice(WiaDeviceType.ScannerDeviceType, true, false);

        if (dvc != null)
        {
            dlg.ShowAcquisitionWizard(dvc);
        }
}

推荐答案

AFAIK您不能:启动向导后,直到用户将其关闭为止.
AFAIK you can''t: once you start the wizard, that is it until the user dismisses it.


这篇关于Adf扫描多个页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆