SetValue Method

Summary
Sets the value of the TwainEnumerationCapability 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 TwainEnumerationCapability

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.