Dynamic Web TWAIN  - TWAIN ActiveX/Plug-in, Scanner COM Control
TWAIN ActiveX/Plug-in HTTP Control/SDK

OnImageAreaDeSelected

Description

Fired when the mouse selecting area is deselected and the value of the MouseShape property is set to FALSE.

Syntax

Object_OnImageAreaDeSelected(Short sImageIndex)

Remarks

Short sImageIndex >=0. When the value of sImageIndex equals -1, it indicates that mouse is not on any image.

See Also

OnMouseClick Event, OnMouseDoubleClick Event, OnMouseRightClick Event, OnMouseMove Event, OnImageAreaSelected Event, Crop(), CropToClipboard()

Sample

A JavaScript sample is provided.

<script language="javascript">

function OnImageAreaDeSelectedFunction(index) {
  //add your code here. This code snippet will be executed when the mouse
selecting area is deselected.
}

</script>

<script language=javascript for=DynamicWebTwain1 event=OnImageAreaDeSelected(index)>
 
   OnImageAreaDeSelectedFunction(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.