Leadtools TWAIN (Leadtools.Twain assembly)

SetValue Method (TwainArrayCapability)

Show in webframe





Index into the array of values.
The value to set.
Sets the value of the TwainArrayCapability 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 TwainArrayCapability
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 TwainArrayCapability
Requirements

Target Platforms

See Also

Reference

TwainArrayCapability Class
TwainArrayCapability Members

 

 


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