ImageGear .NET - Updated
CurrentValueIndex Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapEnumeration Class : CurrentValueIndex Property
Gets or sets the index in the array of the current value.
Syntax
'Declaration
 
Public Property CurrentValueIndex As Integer
'Usage
 
Dim instance As ImGearCapEnumeration
Dim value As Integer
 
instance.CurrentValueIndex = value
 
value = instance.CurrentValueIndex
public int CurrentValueIndex {get; set;}
public: __property int get_CurrentValueIndex();
public: __property void set_CurrentValueIndex( 
   int value
);
public:
property int CurrentValueIndex {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
Value should be in the 0...Count range.
See Also

Reference

ImGearCapEnumeration Class
ImGearCapEnumeration Members