SetCapabilityValue Method

Summary
Sets the value of the specified capability.
Syntax
C#
VB
C++
public virtual void SetCapabilityValue( 
   string id, 
   TwainCapabilityType type, 
   TwainItemType itemType, 
   string value, 
   object userData 
) 
  
Public Overridable Sub SetCapabilityValue( _ 
   ByVal id As String, _ 
   ByVal type As TwainCapabilityType, _ 
   ByVal itemType As TwainItemType, _ 
   ByVal value As String, _ 
   ByVal userData As Object _ 
)  
public: 
virtual void SetCapabilityValue(  
   String^ id, 
   TwainCapabilityType type, 
   TwainItemType itemType, 
   String^ value, 
   Object^ userData 
)  

Parameters

id
The scanning session Id.

type
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.