This method ends the TWAIN process.
[Visual Basic] Public Function Terminate() As
Boolean
[C#] public bool Terminate();
Return Value
Returns True if successful. Returns False if unsuccessful.
Explanation
The Terminate method ends the TWAIN process. This method must be used in conjunction with the Initialize method.