If true (default), the scanner will display a progress indicator during acquisition and transfer, regardless of whether the scanner user interface is active.

You can use OnProgress event to display your custom progress indicator.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ShowProgressIndicators { get; set; }
Public Property ShowProgressIndicators As Boolean
	Get
	Set
public:
property bool ShowProgressIndicators {
	bool get ();
	void set (bool value);
}

See Also