←Select platform

SetValue Method

Summary

Sets the value of the TwainArrayCapability object.

Syntax

C#
VB
C++
public void SetValue( 
   int index, 
   object value 
) 
Public Sub SetValue( _ 
   ByVal index As Integer, _ 
   ByVal value As Object _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly