Accusoft ImagXpress 12
ToolIsAttributeSupported Method
See Also  Send comments on this topic.
Tool
An enumIXTool value for which to get the indicator.
Attribute
An enumIXToolAttr value for which to get the indicator.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolIsAttributeSupported Method

Glossary Item Box

Description

Retrieves an indicator if the tool attribute is supported for a tool.

Syntax

Visual Basic
Public Function ToolIsAttributeSupported( _
   ByVal Tool As enumIXTool, _
   ByVal Attribute As enumIXToolAttr _
) As Boolean

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 for which to get the indicator.
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 for which to get the indicator.

Return Type

True if the tool attribute is supported for the tool, otherwise, False is returned.

Remarks

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.