Click or drag to resize

AcquisitionDispose 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 override void Dispose(
	bool isDisposing
)

Parameters

isDisposing
Type: SystemBoolean
Indicates whether this method was called from Dispose or the Finalizer.
Remarks
When you are finished using the Acquisition object, you can call this method to make sure all of the connections and resources have been closed and freed.
See Also