Prompt the user with a dialog to select a Twain, WIA or portable device.
Note: If your location is only [ieTwain] or [ieWIA] then the default Twain/WIA selector is shown. Otherwise a custom device selector is used.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool SelectAcquireSource( bool Twain, bool WIA, bool DCIM )
Public Function SelectAcquireSource ( _ Twain As Boolean, _ WIA As Boolean, _ DCIM As Boolean _ ) As Boolean
public: bool SelectAcquireSource( bool Twain, bool WIA, bool DCIM )
Parameters
- Twain
- Boolean
Acquire from Twain device
- WIA
- Boolean
Acquire using WIA (scanners or camera)
- DCIM
- Boolean
Read from any connected device containing a DCIM folder (e.g. camera card in a slot or a USB connected camera) using the WPD API