VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class
In This Topic
TextSelectionTool Class Properties
In This Topic
For a list of all properties of this type, see TextSelectionTool.
Public Properties
 NameDescription
Public PropertyGets or sets the mouse button, which executes the action of this tool. (Inherited from VisualTool)
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from VisualTool)
Public PropertyGets a value indicating whether this visual tool can modify the image. (Inherited from VisualTool)
Public PropertyGets or sets the clipboard of this tool.
Public PropertyGets the UI action that copies the selected text to the clipboard.
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool is active in image viewer. (Inherited from VisualTool)
Public PropertyGets the UI action that deselects all text.
Public PropertyGets 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)
Public PropertyGets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool)
Public PropertyGets a value indicating whether focused image has text region.
Public PropertyGets the text region of focused image.
Public PropertyGets or sets the focused text region symbol.
Public PropertyGets a value indicating whether text is selected on one or several pages in image viewer.
Public PropertyGets the ImageViewer object associated with this tool. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether the visual tool bounds the interaction using text rectangle.
Public PropertyGets or sets a value indicating whether the text selection using keyboard is enabled.
Public PropertyGets or sets a value indicating whether the text selection using mouse is enabled.
Public PropertyGets a value indicating whether this tool supports multipage mode.
Public PropertyGets a value indicating whether the text selection is enabled (using keyboard or mouse).
Public PropertyGets or sets a value indicating whether text caret is located before symbol.
Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from VisualTool)
Public PropertyGets the name of the visual tool.
Public PropertyGets or sets the text navigation mode.
Public PropertyGets the UI action that selects all text.
Public PropertyGets or sets the selected text region on focused image.
Public PropertyGets a text, which is selected on one or several pages in image viewer.
Public PropertyGets or sets the System.Drawing.Brush for text selection.
Public PropertyGets or sets the current text selection mode.
Public PropertyGets or sets the space factor of text selection.
Public PropertyGets or sets a key code that changes the selected item to the next item. (Inherited from VisualTool)
Public PropertyGets or sets a key code that changes the selected item to the previous item. (Inherited from VisualTool)
Public PropertyGets or sets the color blending mode that is used for drawing of text caret.
Public PropertyGets or sets the blinking interval, in milliseconds, for text caret.
Public PropertyGets or sets the color of text caret.
Public PropertyGets or sets the width, in pixels, of text caret.
Public PropertyGets or sets the formatter that is used for formatting the text content of text region.
Public PropertyGets 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.
Protected Properties
 NameDescription
Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed. (Inherited from VisualTool)
Protected PropertyGets a value indicating whether the caller must call an invoke method when making method calls to the VisualTool because the caller is on a different thread than the one the VisualTool was created on. (Inherited from VisualTool)
Protected PropertyGets or sets a value indicating whether the visual tool takes into account content of other visual tools when draw text caret with color blending.
Protected PropertyGets or sets a value indicating whether text region is overridden.
Protected PropertyGets the count of mouse clicks in series of clicks. (Inherited from VisualTool)
Protected PropertyGets or sets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from VisualTool)
See Also