1 回答

TA貢獻(xiàn)1872條經(jīng)驗(yàn) 獲得超4個(gè)贊
ImageFile imageFile = null;
CommonDialogClass cdc = new WIA.CommonDialogClass();
try
{
??? imageFile = cdc.ShowAcquireImage(WIA.WiaDeviceType.ScannerDeviceType,
??????????????????????????????????? WIA.WiaImageIntent.TextIntent,
??????????????????????????????????? WIA.WiaImageBias.MaximizeQuality,
??????????????????????????????????? "{00000000-0000-0000-0000-000000000000}",
??????????????????????????????????? true,
??????????????????????????????????? true,
??????????????????????????????????? false);
}
catch (System.Runtime.InteropServices.COMException)
{
??? imageFile = null;
}
- 1 回答
- 0 關(guān)注
- 559 瀏覽
添加回答
舉報(bào)