←Select platform

GetOptionValue Method (ISaneService)

Summary

Gets the value of the specified option

Syntax

C#
VB
Java
C++
string GetOptionValue(  
   string id, 
   string optionName, 
   object userData 
) 
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) 
String^ GetOptionValue(  
   String^ id, 
   String^ optionName, 
   Object^ userData 
)  

Parameters

id
The scanning session ID

optionName
The name of the specified option

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