IEvolution keeps the scanner driver open to improve performance.

Call FreeResources to close and free the scanner driver after a call to Acquire method: this degrade performance but can improve stability.

Applications should not call FreeResources because it is executed when the application exits.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void FreeResources()
Public Sub FreeResources
public:
void FreeResources()

See Also