Leadtools TWAIN (Leadtools.Twain assembly)

SetValue Method (TwainEnumerationCapability)

Show in webframe





Index into the array of values.
The value to set.
Sets the value of the TwainEnumerationCapability object.
Syntax
public void SetValue( 
   int index,
   object value
)
'Declaration
 
Public Sub SetValue( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As TwainEnumerationCapability
Dim index As Integer
Dim value As Object
 
instance.SetValue(index, value)

            

            
public:
void SetValue( 
   int index,
   Object^ value
) 

Parameters

index
Index into the array of values.
value
The value to set.
Remarks
index must be between 0 and Count.
For more information, refer to How to Work with the Container.
Example
Refer to TwainEnumerationCapability
Requirements

Target Platforms

See Also

Reference

TwainEnumerationCapability Class
TwainEnumerationCapability Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.