←Select platform

SelectSource Method (ISaneService)

Summary

Selects a source for acquiring images

Syntax

C#
VB
Java
C++
void SelectSource(  
   string id, 
   string sourceName, 
   object userData 
) 
Sub SelectSource( _ 
   ByVal id As String, _ 
   ByVal sourceName As String, _ 
   ByVal userData As Object _ 
)  
public void selectSource(String id, String sourceName, Object userData) 
void SelectSource(  
   String^ id, 
   String^ sourceName, 
   Object^ userData 
)  

Parameters

id
The scanning session ID

sourceName
String containing the name of the source to be selected

userData
The user data

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane.Server Assembly