←Select platform

GetOptionValue Method (SaneScanningService)

Summary

Gets value of the specified option.

Syntax

C#
VB
Java
C++
public string GetOptionValue(  
   string id, 
   string optionName, 
   object userData 
) 
Public Function GetOptionValue( _ 
   ByVal id As String, _ 
   ByVal optionName As String, _ 
   ByVal userData As Object _ 
) As String 
public String getOptionValue(String id, String optionName, Object userData) 
public: 
String^ GetOptionValue(  
   String^ id, 
   String^ optionName, 
   Object^ userData 
)  

Parameters

id
The scanning session ID

optionName
The specified option's name

userData
The user data

Return Value

Value of the specified option

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