| 
 | Available in the LEADTOOLS Imaging toolkit. | 
SourceName Example for Visual Basic
   Dim RasterTwain As LEADRasterTwain
   Dim strName As String
   Dim lCount As Long
   Dim n As Integer
   lCount = RasterTwain.SourceCount
   For n = 0 To lCount - 1 Step 1
      strName = RasterTwain.SourceName(n) 
      ' Do More processing on source name
   Next n