| | Name | Description |
 | ActionButton | Gets or sets the mouse button, which executes the action of this tool. (Inherited from UserInteractionVisualTool) |
 | ActionCursor | Gets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool) |
 | ActionExecutor | Gets or sets the action executor that is used for executing the PDF actions. |
 | ActiveInteractionController | Gets an active interaction controller. (Inherited from UserInteractionVisualTool) |
 | AllowMultipleSelection | Gets or sets a value indicating whether the tool allows multiple selection in Edit interaction mode. |
 | AllowNextItemSelection | Gets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from VisualTool) |
 | AnnotationCollection | Gets the annotation collection. |
 | AnnotationViewCollection | Gets the annotation view collection. |
 | BringToBackAction | Gets the UI action that moves the focused annotation view to the first position in view collection. |
 | BringToFrontAction | Gets the UI action that moves the focused annotation view to the last position in view collection. |
 | CanModifyImage | Gets a value indicating whether this visual tool can modify the image. (Inherited from VisualTool) |
 | CanMoveAnnotationsBetweenImages | Gets or sets a value indicating whether annotations can be moved between images in multipage display mode. |
 | CanUseEditMode | Gets a value indicating whether the tool can use the Edit interaction mode. |
 | ChangeFocusedItemBeforeInteraction | Gets or sets a value indicating whether focused item can be changed before interaction. (Inherited from UserInteractionVisualTool) |
 | Clipboard | Gets or sets the clipboard of this tool. |
  | ClipboardAnnotationDataFormat | Gets the data format for annotations in clipboard. |
 | CopyAction | Gets the UI action that copies the selected annotations 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) |
 | CutAction | Gets the UI action that cuts the selected annotations to the clipboard. |
 | DeleteAction | Gets the UI action that deletes the selected annotations. |
 | DeselectAllAction | Gets the UI action that deselects all annotations. |
 | 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) |
 | DocumentSet | Gets the document set that is loaded in image viewer. |
 | EditorModeHighlight | Gets or sets a value indicating whether the tool must highlight the fields in Edit interaction mode. |
 | EditorModeHighlightBrush | Gets or sets a brush, which must be used for filling the annotation bounding box in Edit interaction mode. |
 | EditorModeHighlightPen | Gets or sets a pen, which must be used for drawing the annotation bounding box in Edit interaction mode. |
 | EditorModeHoverCursor | Gets or sets the hover cursor in edit mode. |
 | Enabled | Gets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool) |
 | FieldHighlight | Gets or sets a value indicating whether the tool must highlight the fields. |
 | FieldNameBackgroundBrush | Gets or sets the brush that is used for showing field names in image viewer. |
 | FieldNameColor | Gets or sets the fore color that is used for showing field names in image viewer. |
 | FieldNameFont | Gets or sets the font that is used for showing field names in image viewer. |
 | FocusedAnnotationView | Gets or sets the focused annotation view. |
 | FocusedField | Gets or sets the focused interactive form field. |
 | FocusedInteractiveForm | Gets or sets the focused interactive form. |
 | FocusedJsDoc | Gets the focused JavaScript API PDF document ("Doc"). |
 | FocusedPage | Gets the focused PDF page. |
 | HoveredAnnotation | Gets the hovered annotation. |
 | HoveredAnnotationView | Gets the hovered annotation view. |
 | ImageViewer | Gets the ImageViewer object associated with this tool. (Inherited from VisualTool) |
 | InteractionMode | Gets or sets the interaction mode. |
 | InteractiveFormEditorManager | Gets or sets the interactive form editor manager. |
 | IsFinishInteractionOnLostFocus | Gets or sets a value indicating whether interaction should be finished when focus is lost. (Inherited from UserInteractionVisualTool) |
 | IsFocusedAnnotationBuilding | Gets a value indicating whether focused annotation is building. |
 | IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. |
 | IsNavigationLoopedOnFocusedPage | Gets or sets a value indicating whether navigation is looped on focused page. |
 | IsVisibleWithoutImage | Gets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from VisualTool) |
 | JsApp | Gets the JavaScript API Application object ("app"). |
 | Name | Gets the name of visual tool. |
 | OptionalFieldsHighlightBrush | Gets or sets a brush, which must be used for filling the highlight for optional fields. |
 | OptionalFieldsHighlightPen | Gets or sets a pen, which must be used for drawing the highlight for optional fields. |
 | PasteAction | Gets the UI action that pastes the selected annotations from the clipboard. |
 | RectangularSelection | Gets or sets the rectangular selection tool. |
 | RequiredFieldsHighlightBrush | Gets or sets a brush, which must be used for filling the highlight for required fields. |
 | RequiredFieldsHighlightPen | Gets or sets a pen, which must be used for drawing the highlight for required fields. |
 | SelectAllAction | Gets the UI action that selects all annotations. |
 | SelectedAnnotationViewCollection | Gets the collection of selected annotations. |
 | SelectionBrush | Gets or sets a brush, which must be used for filling the fields selection. |
 | SelectionPen | Gets or sets a pen, which must be used for drawing the fields 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) |
 | ShowFieldNames | Gets or sets a value indicating whether the tool must show field names in image viewer. |
 | ShowVintasoftAnnotationAppearances | Gets or sets a value indicating whether visual tool shows and interacts with annotation appearances of VintaSoft Annotation .NET Plugin. |
 | SpellChecker | Gets or sets the spell check manager that is used for spell checking of text in PDF text annotations and PDF interactive form fields. |