Accusoft ImagXpress 12
ToolSetAttribute Method
See Also  Send comments on this topic.
Tool
An enumIXTool value to which to assign the attribute.
Attribute
An enumIXToolAttr attribute to assign to the given tool.
nValue
The attribute's new value.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolSetAttribute Method

Glossary Item Box

Description

Sets the value of a specific tool's attribute.

Syntax

Visual Basic
Public Sub ToolSetAttribute( _
   ByVal Tool As enumIXTool, _
   ByVal Attribute As enumIXToolAttr, _
   ByVal nValue As Long _
) 

Parameters

Tool
ValueDescription
TOOL_HandImage panning tool.
TOOL_MagMagnifying window.
TOOL_MouseWheelHorizScrollMouse wheel horizontal scroll.
TOOL_MouseWheelVertScrollMouse wheel vertical scroll.
TOOL_MouseWheelZoomMouse wheel zoom.
TOOL_NoneNo tool selected.
TOOL_PanImage viewing pan tool.
TOOL_SelectRubberband window selection tool.
TOOL_ZoomInZoom in tool.
TOOL_ZoomOutZoom out tool.
TOOL_ZoomRectZoom rectangle tool.
An enumIXTool value to which to assign the attribute.
Attribute
ValueDescription
TOOLATTR_AllowNotateXpressToDisplayTooltipsAllow NotateXpress to display tool-tips.
TOOLATTR_MagFactorMagnification factor.
TOOLATTR_MagHeightMagnifier height value.
TOOLATTR_MagWidthMagnifier width value.
TOOLATTR_MinimumAreaMinimum area.
TOOLATTR_MouseWheelHorizScrollMouse wheel horizontal scroll.
TOOLATTR_MouseWheelVertScrollMouse wheel vertical scroll.
TOOLATTR_MouseWheelZoomMouse wheel zoom.
TOOLATTR_SelectFillTransparent or inverted selections.
TOOLATTR_SelectShapeSelect region shape.
TOOLATTR_ZoomInFactorZoom in factor.
TOOLATTR_ZoomOutFactorZoom out factor.
An enumIXToolAttr attribute to assign to the given tool.
nValue
The attribute's new value.

Remarks

See Also

©2013. Accusoft Corporation. All Rights Reserved.