| | Name | Description |
 | ActionButton | Gets or sets the mouse button, which executes the action of this tool. (Inherited from VisualTool) |
 | ActionCursor | Gets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool) |
 | AllowNextItemSelection | Gets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from VisualTool) |
 | CanModifyImage | Gets a value indicating whether this visual tool can modify the image. (Inherited from VisualTool) |
 | Clipboard | Gets or sets the clipboard of this tool. |
 | CopyAction | Gets the UI action that copies the selected text to the clipboard. |
 | Cursor | Gets or sets a cursor, which should be used in image viewer when visual tool is active in image viewer. (Inherited from VisualTool) |
 | DeselectAllAction | Gets the UI action that deselects all text. |
 | DisableContextMenu | Gets or 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 VisualTool) |
 | Enabled | Gets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool) |
 | FocusedImageHasTextRegion | Gets a value indicating whether focused image has text region. |
 | FocusedTextRegion | Gets the text region of focused image. |
 | FocusedTextSymbol | Gets or sets the focused text region symbol. |
 | HasSelectedText | Gets a value indicating whether text is selected on one or several pages in image viewer. |
 | ImageViewer | Gets the ImageViewer object associated with this tool. (Inherited from VisualTool) |
 | IsInteractionBoundedUsingTextRectangle | Gets or sets a value indicating whether the visual tool bounds the interaction using text rectangle. |
 | IsKeyboardSelectionEnabled | Gets or sets a value indicating whether the text selection using keyboard is enabled. |
 | IsMouseSelectionEnabled | Gets or sets a value indicating whether the text selection using mouse is enabled. |
 | IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. |
 | IsSelectionEnabled | Gets a value indicating whether the text selection is enabled (using keyboard or mouse). |
 | IsTextCaretBeforeSymbol | Gets or sets a value indicating whether text caret is located before symbol. |
 | IsVisibleWithoutImage | Gets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from VisualTool) |
 | Name | Gets the name of the visual tool. |
 | NavigationMode | Gets or sets the text navigation mode. |
 | SelectAllAction | Gets the UI action that selects all text. |
 | SelectedRegion | Gets or sets the selected text region on focused image. |
 | SelectedText | Gets a text, which is selected on one or several pages in image viewer. |
 | SelectionBrush | Gets or sets the System.Drawing.Brush for text selection. |
 | SelectionMode | Gets or sets the current text selection mode. |
 | SelectionSpaceFactor | Gets or sets the space factor of text selection. |
 | SelectNextItemKeyCode | Gets or sets a key code that changes the selected item to the next item. (Inherited from VisualTool) |
 | SelectPrevItemKeyCode | Gets or sets a key code that changes the selected item to the previous item. (Inherited from VisualTool) |
 | TextCaretBlendingMode | Gets or sets the color blending mode that is used for drawing of text caret. |
 | TextCaretBlinkingInterval | Gets or sets the blinking interval, in milliseconds, for text caret. |
 | TextCaretColor | Gets or sets the color of text caret. |
 | TextCaretWidth | Gets or sets the width, in pixels, of text caret. |
 | TextFormatter | Gets or sets the formatter that is used for formatting the text content of text region. |
 | TextSelectionAutoScrollStep | Gets or 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. |