Fired when the mouse moves onto an image.
Object_OnMouseMove(Short sImageIndex)
Short sImageIndex >=0. When the value of sImageIndex equals -1, it indicates that mouse is not on any image.
OnMouseClick Event, OnMouseDoubleClick Event, OnMouseRightClick Event, OnImageAreaSelected Event, OnImageAreaDeSelected Event
A JavaScript sample is provided.
| <script language="javascript"> function OnMouseMoveFunction(index) { //add your code here. This code snippet will be executed when the mouse moves onto a specified image. } </script> <script language=javascript for=DynamicWebTwain1 event=OnMouseMove(index)>
OnMouseMoveFunction(index);
</script>
|
TWAIN ActiveX | TWAIN Plug-in | TWAIN Control | TWAIN SDK | Scanner COM
Software Configuration Management | Version Control | Source Control
Copyright © 2011 Dynamsoft Corporation. All Rights Reserved.