ImageGear .NET - Updated July 5, 2018
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)

Parameters

index
Index of the data source to access.

Property Value

String name of the data source.
See Also

Reference

ImGearDataSources Class
ImGearDataSources Members