Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

SetValue Method (TwainArrayCapability)






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

Error processing SSI file