ActiveSource is an index of SourceName[] list, and defines currently selected scanner (source). The default is 0 (fist scanner). This is an alternative method to select scanner without call SelectTWainSource method.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int ActiveSource { get; set; }
Public Property ActiveSource As Integer
	Get
	Set
public:
property int ActiveSource {
	int get ();
	void set (int value);
}

See Also