Click or drag to resize

TwainControllerCloseSourceManager Method

Use to close the source manager and release Twain.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainReturnCode CloseSourceManager()

Return Value

Type: TwainReturnCode
The result code from Twain.
Exceptions
ExceptionCondition
Thrown if the current state is not SourceManagerOpen.
Remarks
You must close the source manager when you are finished with the Twain session.
Examples
ShowSelectSource
See Also