Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

SelectSource Method (TwainScanningService)






The scanning session Id.
String contains the source name to be selected.
The user data.
Selects a source for acquiring images.
Syntax
public virtual void SelectSource( 
   string id,
   string sourceName,
   object userData
)
'Declaration
 
Public Overridable Sub SelectSource( _
   ByVal id As String, _
   ByVal sourceName As String, _
   ByVal userData As Object _
) 
'Usage
 
Dim instance As TwainScanningService
Dim id As String
Dim sourceName As String
Dim userData As Object
 
instance.SelectSource(id, sourceName, userData)

            

            
public:
virtual void SelectSource( 
   String^ id,
   String^ sourceName,
   Object^ userData
) 

Parameters

id
The scanning session Id.
sourceName
String contains the source name to be selected.
userData
The user data.
Requirements

Target Platforms

See Also

Reference

TwainScanningService Class
TwainScanningService Members

Error processing SSI file