Accusoft ImagXpress 12
ToolGetAttribute Method
See Also  Send comments on this topic.
Tool
An enumIXTool value of which to get the attribute.
Attribute
An enumIXToolAttr value to get based on the given tool.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolGetAttribute Method

Glossary Item Box

Description

Retrieves the value of a specific tool's attribute.

Syntax

Visual Basic
Public Function ToolGetAttribute( _
   ByVal Tool As enumIXTool, _
   ByVal Attribute As enumIXToolAttr _
) 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 of which to get 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 value to get based on the given tool.

Remarks

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.