Name | Description | |
---|---|---|
![]() | WebVisualToolJS | Initializes a new instance of the WebVisualToolJS class. |
Name | Description | |
---|---|---|
![]() | WebVisualToolJS | Initializes a new instance of the WebVisualToolJS class. |
Name | Description | |
---|---|---|
![]() | get_ActionButton | Gets the mouse button, which executes the action of the visual tool. |
![]() | get_ActionCursor | Gets a cursor which should be used in image viewer when visual tool executes its action. |
![]() | get_Cursor | Gets a cursor which should be used in image viewer when visual tool is active in image viewer. |
![]() | get_DisableContextMenu | Gets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. |
![]() | get_IsEnabled | Gets a value indicating whether visual tool can respond to the user interaction. |
![]() | get_IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. |
![]() | get_MouseClickCount | Gets the count of mouse clicks in series of clicks. |
![]() | get_MouseClicksDelta | Gets a delay, in milliseconds, between mouse clicks in series of clicks. |
![]() | get_Name | Gets the name of visual tool. |
![]() | getDrawingBox | Gets the drawing box of visual tool. |
![]() | reset | Resets the visual tool. |
![]() | set_ActionButton | Sets the mouse button, which executes the action of the visual tool. |
![]() | set_ActionCursor | Sets a cursor which should be used in image viewer when visual tool executes its action. |
![]() | set_Cursor | Sets a cursor which should be used in image viewer when visual tool is active in image viewer. |
![]() | set_DisableContextMenu | Sets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. |
![]() | set_IsEnabled | Sets a value indicating whether visual tool can respond to the user interaction. |
![]() | set_MouseClicksDelta | Sets a delay, in milliseconds, between mouse clicks in series of clicks. |
![]() | toString | Returns the string representation of this object. |
Name | Description | |
---|---|---|
![]() | activated | Occurs when the visual tool is activated in the image viewer. |
![]() | deactivated | Occurs when the visual tool is deactivated in the image viewer. |
![]() | initializationException | Occurs when the visual tool initialization is failed. |
![]() | initializationFinished | Occurs when the visual tool initialization is finished. |
![]() | initializationStarted | Occurs when the visual tool initialization is started. |
![]() | mouseDoubleClick | Occurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is double clicked. |
![]() | mouseDown | Occurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is pressed. |
![]() | mouseMove | Occurs when the mouse pointer is moved and this tool is enabled. |
![]() | mouseUp | Occurs when this tool is enabled and a mouse button is released. |