See Also Examples Applies To
Signals the Data Source to stop the current transfer.
Go to either State 6 (TWAIN_TRANSFER_READY) if it has more transfers ready, or to State 5 (TWAIN_SOURCE_ENABLED) if it does not.
Syntax
object.TwainEndXfer ()
The TwainEndXfer syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Boolean. True if success else False
Remarks
Before using this method check that the TWAIN state is 7 (TWAIN_TRANSFERRING).
To get the TWAIN state, use the TwainGetState() method.
Category
TWAIN Capability