Performs image acquisition from selected scanner. This is the same of AcquireFromWIA().

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Acquire()
Public Function Acquire As Boolean
public:
bool Acquire()

Return Value

True if the acquisition has succeeded, False otherwise.

See Also