LEADTOOLS WIA (Leadtools.Wia assembly)

SelectDevice Method

Show in webframe





String that contains the device ID. You can obtain this string by enumerating the available WIA devices on your machine.
Selects the WIA device represented by the passed device ID.
Syntax
public void SelectDevice( 
   string deviceId
)
'Declaration
 
Public Sub SelectDevice( _
   ByVal deviceId As String _
) 
'Usage
 
Dim instance As WiaSession
Dim deviceId As String
 
instance.SelectDevice(deviceId)

            

            
public:
void SelectDevice( 
   String^ deviceId
) 

Parameters

deviceId
String that contains the device ID. You can obtain this string by enumerating the available WIA devices on your machine.
Remarks

Use this function when working with multiple WIA devices installed on a machine in order to select the WIA device without displaying the Select Device dialog. To do this, enumerate the WIA devices by calling the EnumDevices method. Then use it to keep a list of all received device IDs. Then call SelectDevice method using the device ID for the device to be selected.

Example
Refer to WiaSession.EnumDevices
Requirements

Target Platforms

See Also

Reference

WiaSession Class
WiaSession Members
Startup Method
Shutdown Method
EnumDevices Method
GetSelectedDevice Method
SelectedDeviceType Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.