| Name | Description |
 | cancelTextSearch | Cancels the active text search. |
 | get_ActionButton | Gets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS) |
 | get_ActionCursor | Gets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS) |
 | get_Cursor | Gets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS) |
 | 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. (Inherited from WebVisualToolJS) |
 | get_IsEnabled | Gets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS) |
 | get_IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. |
 | get_IsSelectionEnabled | Gets a value indicating whether the text selection is enabled. |
 | get_MouseClickCount | Gets the count of mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
 | get_MouseClicksDelta | Gets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
 | get_Name | Gets the name of visual tool. (Inherited from WebVisualToolJS) |
 | get_SelectedRegion | Gets the selected text region. |
 | get_SelectedText | Gets the selected text on all images. |
 | get_SelectionColor | Gets the color of text selection. |
 | get_SelectionMode | Gets the text selection mode. |
 | get_TextSelectionAutoScrollStep | Gets the step value, in pixels, which should be used for auto scrolling in image viewer when text selection is performing in image viewer and mouse cursor is moving outside the image viewer. |
 | getDrawingBox | Returns the drawing box of visual tool. |
 | getSelectedRegion | Returns the selected region for specified image. |
 | getSelectionImages | Returns an array of images, where text is selected. |
 | reset | Resets the visual tool. |
 | searchText | Starts the asynchronous text search. |
 | selectTextInTextSpace | Selects text on focused image. |
 | selectTextInViewerSpace | Selects text on image viewer. |
 | set_ActionButton | Sets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS) |
 | set_ActionCursor | Sets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS) |
 | set_Cursor | Sets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS) |
 | 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. (Inherited from WebVisualToolJS) |
 | set_IsEnabled | Sets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS) |
 | set_IsSelectionEnabled | Sets a value indicating whether the text selection is enabled. |
 | set_MouseClicksDelta | Sets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
 | set_SelectedRegion | Sets the selected text region. |
 | set_SelectionColor | Sets the color of text selection. |
 | set_SelectionMode | Sets the text selection mode. |
 | set_TextSelectionAutoScrollStep | Sets the step value, in pixels, which should be used for auto scrolling in image viewer when text selection is performing in image viewer and mouse cursor is moving outside the image viewer. |
 | setSelectedRegion | Sets the selected region for specified image. |
 | toString | Returns the string representation of this object. (Inherited from WebVisualToolJS) |