Scanner ActiveX Control

GetImageSourceName  

 

Get the specific index of Image Source name.

Public Function GetImageSourceName(
 ByVal iIndex As Integer
    ) as String

 

Parameter
iIndex - the index of image source. The first index is 0.
 

Return Value

Return the string of image source name.



Example

   

Visual Basic Syntax
strName=Scanner1.GetImageSourceName 0