←Select platform

SetOptionValue Method (SaneScanningService)

Summary

Sets the value of the specified option.

Syntax

C#
VB
Java
C++
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) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane.Server Assembly