See Also Examples Applies To
Tells to the control to close or not the opened source after a scan process.
Syntax
object.TwainDisableAutoSourceClose (bDisableAutoSourceClose.)
The TwainDisableAutoSourceClose syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| bDisableAutoSourceClose. | Boolean. Set True to tell to the control to d on't close the opened source after an scan process, else False. |
Remarks
By default, the opened source is closed after a scan process. Call TwainDisableAutoSourceClose(True) to avoid this behaviour.
Category
TWAIN Functions