Click or drag to resize

TwainMemoryPosition Property

Gets or sets the current position within the memory.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public long Position { get; set; }

Property Value

Type: Int64
The current position within the memory.
Exceptions
ExceptionCondition
Thrown if the value is invalid for the current memory allocation.
Remarks
Some read and write methods will modify the position automatically, allowing for ease of use.
See Also