This method ends the TWAIN process.
[Visual Basic] [ Boolean
=
]imagekitcontrolname.Scan.Terminate
[Visual C++] [
BOOL =
]imagekitcontrolname.GetScan().Terminate()
Parameters
None
Return Value
Returns True (nonzero) when successful, returns False (0) when not successful.
Explanation
The Terminate method ends the TWAIN process. This method must be used in conjunction with the Initialize method.
The Terminate method corresponds to the Scan Control's ScanTerminate method in earlier versions of the ImageKit.