| | 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. (Inherited from TextSelectionTool) |
 | CopyAction | Gets the UI action that copies the selected text to the clipboard. (Inherited from TextSelectionTool) |
 | 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. (Inherited from TextSelectionTool) |
 | 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. (Inherited from TextSelectionTool) |
 | FocusedTextRegion | Gets the text region of focused image. (Inherited from TextSelectionTool) |
 | FocusedTextSymbol | Gets or sets the focused text region symbol. (Inherited from TextSelectionTool) |
 | HasSelectedText | Gets a value indicating whether text is selected on one or several pages in image viewer. (Inherited from TextSelectionTool) |
 | 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. (Inherited from TextSelectionTool) |
 | IsKeyboardSelectionEnabled | Gets or sets a value indicating whether the text selection using keyboard is enabled. (Inherited from TextSelectionTool) |
 | IsMouseSelectionEnabled | Gets or sets a value indicating whether the text selection using mouse is enabled. (Inherited from TextSelectionTool) |
 | IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. (Inherited from TextSelectionTool) |
 | IsSelectionEnabled | Gets a value indicating whether the text selection is enabled (using keyboard or mouse). (Inherited from TextSelectionTool) |
 | IsTextCaretBeforeSymbol | Gets or sets a value indicating whether text caret is located before symbol. (Inherited from TextSelectionTool) |
 | 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. (Inherited from TextSelectionTool) |
 | SelectAllAction | Gets the UI action that selects all text. (Inherited from TextSelectionTool) |
 | SelectedRegion | Gets or sets the selected text region on focused image. (Inherited from TextSelectionTool) |
 | SelectedText | Gets a text, which is selected on one or several pages in image viewer. (Inherited from TextSelectionTool) |
 | SelectionBrush | Gets or sets the System.Drawing.Brush for text selection. (Inherited from TextSelectionTool) |
 | SelectionMode | Gets or sets the current text selection mode. (Inherited from TextSelectionTool) |
 | SelectionSpaceFactor | Gets or sets the space factor of text selection. (Inherited from TextSelectionTool) |
 | 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. (Inherited from TextSelectionTool) |
 | TextCaretBlinkingInterval | Gets or sets the blinking interval, in milliseconds, for text caret. (Inherited from TextSelectionTool) |
 | TextCaretColor | Gets or sets the color of text caret. (Inherited from TextSelectionTool) |
 | TextCaretWidth | Gets or sets the width, in pixels, of text caret. (Inherited from TextSelectionTool) |
 | TextFormatter | Gets or sets the formatter that is used for formatting the text content of text region. (Inherited from TextSelectionTool) |
 | 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. (Inherited from TextSelectionTool) |