←Select platform

SetCapabilityValue Method

Summary

Sets the value of the specified capability.

Syntax

C#
VB
C++
[WebInvokeAttribute(BodyStyle=2, 
   Method="POST", 
   RequestFormat=1, 
   ResponseFormat=1)] 
[OperationContractAttribute(Name="SetCapabilityValue", 
   Action="SetCapabilityValue", 
   AsyncPattern=false, 
   IsOneWay=false, 
   IsInitiating=true, 
   IsTerminating=false)] 
public void SetCapabilityValue( 
   string id, 
   TwainCapabilityType capabilityType, 
   TwainItemType itemType, 
   string value, 
   object userData 
) 
  
<WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest,  
   IsBodyStyleSetExplicitly=True,  
   IsRequestFormatSetExplicitly=True,  
   IsResponseFormatSetExplicitly=True,  
   Method="POST",  
   RequestFormat=WebMessageFormat.Json,  
   ResponseFormat=WebMessageFormat.Json)> 
<OperationContractAttribute(Name="SetCapabilityValue", Action="SetCapabilityValue")> 
Sub SetCapabilityValue( _ 
   ByVal id As String, _ 
   ByVal capabilityType As Leadtools.Twain.TwainCapabilityType, _ 
   ByVal itemType As Leadtools.Twain.TwainItemType, _ 
   ByVal value As String, _ 
   ByVal userData As Object _ 
)  
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest,  
   IsBodyStyleSetExplicitly=true,  
   IsRequestFormatSetExplicitly=true,  
   IsResponseFormatSetExplicitly=true,  
   Method="POST",  
   RequestFormat=WebMessageFormat.Json,  
   ResponseFormat=WebMessageFormat.Json)] 
[OperationContractAttribute(Name="SetCapabilityValue", Action="SetCapabilityValue")] 
void SetCapabilityValue(  
   String^ id, 
   Leadtools.Twain.TwainCapabilityType capabilityType, 
   Leadtools.Twain.TwainItemType itemType, 
   String^ value, 
   Object^ userData 
)  

Parameters

id
The scanning session Id.

capabilityType
The capability values to set.

itemType
The type of data contained in the TwainOneValueCapability object.

value
The capability 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.Services.Twain Assembly