Occurs whenever a new bitamp is acquired from scanner

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler AcquireBitmap
Public Event AcquireBitmap As EventHandler
public:
 event EventHandler^ AcquireBitmap {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also