←Select platform

SetOptionValue Method (ISaneService)

Summary
Sets the value of the specified option.
Syntax
C#
VB
Java
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) 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.