Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用如下描述的方法:
public Device GetDevice(string productName) productName是出现在“选择源”对话框中的设备名称。
public Device GetDevice(string productName)
productName是出现在“选择源”对话框中的设备名称。
productName
所指的“选择源”对话框是什么?
正如此链接所提到的(查找“显示“选择源”对话框“标题),这是一个允许用户选择 ISIS 设备的对话框。它是DotImage 框架的一部分ShowSelectSource,使用如下方式调用和使用:
ShowSelectSource
IsisDevice dev = null; if (this.acquisition.ShowSelectSource(this)) dev = this.acquisition.Devices.Default;
我猜这与FolderBrowserDialog. 用户选择他选择的设备,然后您可以使用他的选择来检索设备本身GetDevice。
FolderBrowserDialog
GetDevice
我不得不使用谷歌找出你正在使用哪个库。
无论如何:打开 atalasoft文档,在那里,单击搜索,然后搜索“选择 AND 源 AND 对话框”。单击第二个点击“2:DotTwain 入门”并阅读“显示“选择源”对话框”