Returns or sets whether support multiple select. This property is invalid when the view mode is set to -1 by -1 or 1 by 1.

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

Syntax

C#
public bool AllowMultiSelect { get; set; }
Visual Basic
Public Property AllowMultiSelect As Boolean
	Get
	Set

Remarks

Default is false. If it is true, when a user selecting multiple images, the CurrentImageIndexInBuffer is always the minimum index in the selected images.

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