VintaSoft Twain .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
int numberOfSources = _vsTwain.SourcesCount;
Console.WriteLine("displaySourceName(): Number of sources: {0}", numberOfSources);
for (int i=0; i<numberOfSources; i++)
{
Console.WriteLine("displaySourceName(): Source{0} --> name={1}", i, _vsTwain.GetSourceProductName(i));
}
As I understand _vsTwain.SelectSource();can just be used if a source has been selected with a GUI.