TwainMemoryIsLocked Property |
Gets a value indicating whether the memory is currently locked.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic bool IsLocked { get; }Public ReadOnly Property IsLocked As Boolean
Get
Property Value
Type:
Boolean A value indicating if the memory is currently locked.
Remarks Call
Lock to lock the memory and
Unlock when finished
reading or writing to the memory.
See Also