Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

SetCapabilityValue Method (TwainScanningService)






The scanning session Id.
The capability values to set.
The type of data contained in the TwainOneValueCapability object.
The capability value.
The user data.
Sets the value of the specified capability.
Syntax
public virtual void SetCapabilityValue( 
   string id,
   TwainCapabilityType type,
   TwainItemType itemType,
   string value,
   object userData
)
'Declaration
 
Public Overridable Sub SetCapabilityValue( _
   ByVal id As String, _
   ByVal type As TwainCapabilityType, _
   ByVal itemType As TwainItemType, _
   ByVal value As String, _
   ByVal userData As Object _
) 
'Usage
 
Dim instance As TwainScanningService
Dim id As String
Dim type As TwainCapabilityType
Dim itemType As TwainItemType
Dim value As String
Dim userData As Object
 
instance.SetCapabilityValue(id, type, itemType, value, userData)

            

            
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

See Also

Reference

TwainScanningService Class
TwainScanningService Members

Error processing SSI file