EZTwainX ToolMode property

See also: getting started, properties, methods, events, deployment

The EZTwainX property ToolMode can be set to the following values. These are members of the enumerated type ToolMode in the EZTwainX component.

Symbolic Name Value Meaning Ver.
TM_NONE 0 Cursor is an arrow, a mouse click on the control fires the corresponding Events. 1.44
TM_ZOOM 1 Zoom tool: Cursor is a magnifying glass, click zooms in and centers on the click-point, SHIFT+click zooms out. 1.44
TM_RECTSELECT 2 Rectangle selection tool: User can 'drag' out a rectangle on the displayed image. When rectangle is completed, a RectangleSelected event is fired with the parameters of the rectangle. 1.51
TM_ZOOM_OUT 3 Zoom Out tool: Cursor is a magnifying glass, click zooms out, SHIFT+click zooms in. Just the opposite of the TM_ZOOM tool. 1.62
TM_RECTZOOM 4 Rectangle zoom tool: User drags out a rectangle, the control then zooms to display the selected area. 1.67
TM_SCROLL 5 Scroll tool: Click and drag to slide image within view. Cursor is horizontal, vertical, or 4-way arrow to show which axes allow movement. 1.69