Search found 1 match

by ctn
Wed Dec 10, 2008 7:25 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Select source without GUI
Replies: 1
Views: 5836

Select source without GUI

Dear all Is it possible to select a source base on the source list which will be returned with this source code? int numberOfSources = _vsTwain.SourcesCount; Console.WriteLine("displaySourceName(): Number of sources: {0}", numberOfSources); for (int i=0; i<numberOfSources; i++) { Console.W...