ImageGear .NET - Updated
Item Property (ImGearDataSources)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearDataSources Class : Item Property
Index of the data source to access.
Gets the name of the specified data source.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As ImGearDataSources
Dim index As Integer
Dim value As String
 
value = instance.Item(index)
public string this[ 
   int index
]; {get;}
public: __property string* get_Item   int index
;
public:
property String^ default [int] {
   String^ get(int index);
}

Parameters

index
Index of the data source to access.

Property Value

String name of the data source.
See Also

Reference

ImGearDataSources Class
ImGearDataSources Members