Click or drag to resize

TwainControllerDispose Method (Boolean)

Closes any TWAIN connections and releases resources back to the system.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void Dispose(
	bool isDisposing
)

Parameters

isDisposing
Type: SystemBoolean
Indicates whether this method was called from the Dispose method or the Finalizer.
See Also