←Select platform

SetOptionValue Method (SaneScanningService)

Summary
Sets the value of the specified option.
Syntax
C#
VB
Java
public void SetOptionValue(  
   string id, 
   string optionName, 
   string value, 
   object userData 
) 
Public 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 specified option's name

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.