Gets or sets the index of the current value in the enumeration item list contained in the TwainEnumerationCapability object.
public int CurrentIndex {get; set;}
'Declaration
Public Property CurrentIndex As Integer
'Usage
Dim instance As TwainEnumerationCapability
Dim value As Integer
instance.CurrentIndex = value
value = instance.CurrentIndex
public:
property int CurrentIndex {
int get();
void set ( int value);
}
Property Value
The index of the current value in the enumeration item list contained in the TwainEnumerationCapability object.