Occurs when the current top image displayed in Dynamic .Net TWAIN is changed and the view mode is NOT set to -1 by -1.

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

Syntax

C#
public delegate void OnTopImageInTheViewChangedHandler(
	short sImageIndex
)
Visual Basic
Public Delegate Sub OnTopImageInTheViewChangedHandler ( _
	sImageIndex As Short _
)

Parameters

sImageIndex
Type: System..::..Int16
Specifies the index of image in buffer. The index is 0-based.

Remarks

Short sImageIndex >=0.

See Also