Click or drag to resize

TwainMemoryUnlock Method

Unlocks the moveable memory when finished reading or writing.

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 Unlock()
Remarks
If a Read* or Write* method is called, these methods will automatically lock, perform the operation and unlock the memory. However, if reading or writing multiple values it's better to call Lock and Unlock manually.
See Also