Scanner ActiveX Control ReferenceMethods GetImageSourceName Scanner ActiveX Control GetImageSourceName Get the specific index of Image Source name. Public Function GetImageSourceName( ByVal iIndex As Integer ) as String ParameteriIndex - the index of image source. The first index is 0. Return ValueReturn the string of image source name.Example Visual Basic SyntaxstrName=Scanner1.GetImageSourceName 0