Click or drag to resize

WFVHHITTESTRESULT Enumeration

Tested coordinates are over station label

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum WFVHHITTESTRESULT
Members
  Member nameValueDescription
WFVHT_NOWHERE0 Tested coordinates are out of control client area
WFVHT_ON_CLIENT1 Tested coordinates are in control client area, but do not point to any stations or objects
WFVHT_ON_STATION_HEAD2 Tested coordinates are over station head
WFVHT_ON_STATION_LABEL4 Tested coordinates are over station label
WFVHT_ON_STATION_BTN8 Tested coordinates are over station button
WFVHT_ON_STATION_GRIPPER16 Tested coordinates are over station gripper
WFVHT_ON_OBJECT_ICON32 Tested coordinates are over object icon
WFVHT_ON_OBJECT_LABEL64 Tested coordinates are over object label
WFVHT_ON_BTN_SCROLL_UP128 Tested coordinates are over scroll button UP
WFVHT_ON_BTN_SCROLL_DN256 Tested coordinates are over scroll button DOWN
WFVHT_ON_BTN_SCROLL_LT512 Tested coordinates are over scroll button LEFT
WFVHT_ON_BTN_SCROLL_RT1024 Tested ccordinates are over scroll button RIGHT
See Also