Returns and sets the number of images you are willing to transfer per session. This is a runtime property.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public short XferCount { get; set; }
Visual Basic
Public Property XferCount As Short
	Get
	Set

Remarks

Allowed values are between -1 and 32767 N, indicate willing to transfer N images this session. -1, indicate willing to transfer multiple images. Using this property after calling OpenSource() method.

Exceptions

ExceptionCondition
Dynamsoft.DotNet.TWAIN..::..TwainException When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString.

See Also