|
Available in the LEADTOOLS Imaging toolkit. |
SourceName Example for Visual Basic
Dim RasterTwain As New LEADRasterTwain_U Dim lCount As Long Dim n As Integer RasterTwain.InitSession hWnd lCount = RasterTwain.SourceCount For n = 0 To lCount - 1 Step 1 MsgBox "Source name = " + RasterTwain.SourceName(n) Next n