←Select platform

SetOptionValue Method (ISaneService)

Summary

Sets the value of the specified option.

Syntax

C#
VB
Java
C++
void SetOptionValue(  
   string id, 
   string optionName, 
   string value, 
   object userData 
) 
Sub SetOptionValue( _ 
   ByVal id As String, _ 
   ByVal optionName As String, _ 
   ByVal value As String, _ 
   ByVal userData As Object _ 
) 
public void setOptionValue(String id, String optionName, String value, Object userData)
void SetOptionValue(  
   String^ id, 
   String^ optionName, 
   String^ value, 
   Object^ userData 
) 

Parameters

id
The scanning session ID

optionName
The name of the specified option

value
The option's value

userData
The user data

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Sane.Server Assembly
Click or drag to resize