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