This method frees the TWAIN DLL loaded with the LoadTwain method.

[C++Builder]   [ bool = ]imagekitcontrolname->Scan->FreeTwain()
[Delphi]   [ Boolean = ]imagekitcontrolname.Scan.FreeTwain

Parameters

None

Return Value

Returns True when successful, returns False when not successful.

Explanation

The FreeTwain method frees the TWAIN DLL loaded with the LoadTwain method.

If you haven't used the LoadTwain method, then it isn't necessary to execute the FreeTwain method. If you do use it, make use to use the LoadTwain / FreeTwain as a pair.

Before executing FreeTwain, be sure to execute the Terminate method.

 

The ImageKit10 VCL is a product created by Newtone Corporation