【发布时间】:2013-04-08 09:18:23
【问题描述】:
在 WIA 中,ExecuteCommand 出现异常:
The method or operation is not implemented
代码:
WIA.CommonDialog dialog = new WIA.CommonDialog();
WIA.Device camera = dialog.ShowSelectDevice(WIA.WiaDeviceType.CameraDeviceType, false, true);
WIA.Item takenItem = camera.ExecuteCommand("{AF933CAC-ACAD-11D2-A093-00C04F72DC3C}");
任何帮助.....?
【问题讨论】: