日期:2014-05-18 浏览次数:21405 次
twainProNet.CapTypeOut = PegasusImaging.WinForms.TwainPro4.tagenumCapType.TWCAP_ONEVALUE;
twainProNet.Capability =PegasusImaging.WinForms.TwainPro4.tagenumCapability.TWCAP_USECAPADVANCEDFOREXTINFO;
PegasusImaging.WinForms.TwainPro4.tagenumAdvancedCapability.CAP_SERIALNUMBER; twainProNet.CapExtInfoCount = 1;
twainProNet.CapExtInfoIndex = 0;
twainProNet.CapAdvanced = (int)PegasusImaging.WinForms.TwainPro4.tagenumAdvancedCapability.CAP_SERIALNUMBER;
twainProNet.CapValueOut = (float)PegasusImaging.WinForms.TwainPro4.tagenumAdvancedCapability.CAP_SERIALNUMBER;