ImageGear .NET - Updated
DefaultIndex Property (ImGearDataSources)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearDataSources Class : DefaultIndex Property
Gets the index in the array of the default data source.
Syntax
'Declaration
 
Public ReadOnly Property DefaultIndex As Integer
'Usage
 
Dim instance As ImGearDataSources
Dim value As Integer
 
value = instance.DefaultIndex
public int DefaultIndex {get;}
public: __property int get_DefaultIndex();
public:
property int DefaultIndex {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearDataSources Class
ImGearDataSources Members