Click or drag to resize

TwainMemoryDispose Method

Releases the memory used by the object.

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

Implements

IDisposableDispose
Remarks
The SendCommand(TwainTriplet, TwainIdentity, ITwainDataStructure) method will deal with disposing the TwainMemory passed to the ITwainDataStructure methods.
See Also