VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TextSelectionTool Class Members
    In This Topic
    The following tables list the members exposed by TextSelectionTool.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    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)
    Public Methods
     NameDescription
    Public MethodClears current selection.
    Public MethodExecutes the specified text action.
    Public MethodOverloaded. Searches the text, defined by , starting from the current page.
    Public Methodstatic (Shared in Visual Basic)Finds the specified visual tool of specified type in visual tool. (Inherited from VisualTool)
    Public MethodReturns the selected region on page in image viewer.
    Public MethodReturns an array of images, where text is selected.
    Public MethodReturns the supported UI actions.
    Public MethodReturns the text caret bounds in viewer space.
    Public MethodReturns the text region for specified image.
    Public MethodOverrides the text region for specified image.
    Public MethodSelects the next available item and makes it as the active item. (Inherited from VisualTool)
    Public MethodScrolls the viewer to the focused text symbol.
    Public MethodScrolls the image viewer to selected region.
    Public MethodOverloaded. Selects all text on specified page in image viewer.
    Public MethodSelects text in specified rectangle on focused page in image viewer.
    Public MethodSelects text in specified rectangle on focused image in image viewer. Rectangle coordinates are specified in the coordinate space of page.
    Public MethodSelects text between specified text symbols.
    Public MethodSets the focused text symbol.
    Public MethodOverloaded. Sets the selected region on specified page in image viewer.
    Public MethodSets the text caret to a symbol at specified point, in image space.
    Public MethodSets the text caret to a symbol at specified point, in text region space.
    Public MethodReturns the string representation of this object. (Inherited from VisualTool)
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Releases all resources used by the object.
    Protected MethodDraws the selection around the selected text.
    Protected MethodOverloaded. Invalidates the specified region of the , and causes a paint message to be sent to the . (Inherited from VisualTool)
    Protected MethodOverloaded. Executes the specified delegate on the thread that owns the 's underlying . (Inherited from VisualTool)
    Protected MethodDetermines whether the ActionButton contains the button. (Inherited from VisualTool)
    Protected MethodReturns a value indicating whether the visual tool will process the mouse event. (Inherited from VisualTool)
    Protected MethodRaises the Activated event.
    Protected MethodRaises the Activating event. (Inherited from VisualTool)
    Protected MethodRaises the Deactivated event. (Inherited from VisualTool)
    Protected MethodRaises the Deactivating event. (Inherited from VisualTool)
    Protected MethodRaises the EnabledChanged event. (Inherited from VisualTool)
    Protected MethodRaises the FocusedTextSymbolChanged event.
    Protected MethodRaises the ImageChanged event. (Inherited from VisualTool)
    Protected MethodRaises the ImageChanging event. (Inherited from VisualTool)
    Protected MethodRaises the ImageLoadingException event. (Inherited from VisualTool)
    Protected MethodRaises the KeyDown event.
    Protected MethodRaises the KeyUp event. (Inherited from VisualTool)
    Protected MethodOccurs when visual tool loses the focus. (Inherited from VisualTool)
    Protected MethodRaises the MouseClick event. (Inherited from VisualTool)
    Protected MethodRaises the MouseDoubleClick event. (Inherited from VisualTool)
    Protected MethodRaises the MouseDown event.
    Protected MethodRaises the MouseEnter event. (Inherited from VisualTool)
    Protected MethodRaises the MouseLeave event. (Inherited from VisualTool)
    Protected MethodRaises the MouseMove event.
    Protected MethodRaises the MouseUp event.
    Protected MethodRaises the MouseWheel event. (Inherited from VisualTool)
    Protected MethodOverloaded. Paints content of visual tool on specified image.
    Protected MethodRaises the PreviewKeyDown event. (Inherited from VisualTool)
    Protected MethodRaises the SelectionChanged event.
    Protected MethodRaises the SelectionModeChanged event.
    Protected MethodRaises the TextExtractionProgress event.
    Protected MethodRaises the TextFormatterChanged event.
    Protected MethodRaises the TextSearchingProgress event.
    Protected MethodProcesses the IME Windows messages. (Inherited from VisualTool)
    Protected MethodResets this tool. (Inherited from VisualTool)
    Public Events
     NameDescription
    Public EventOccurs when the visual tool is activated in the image viewer. (Inherited from VisualTool)
    Public EventOccurs when the visual tool is activating in the image viewer. (Inherited from VisualTool)
    Public EventOccurs when the visual tool is deactivated in the image viewer. (Inherited from VisualTool)
    Public EventOccurs when the visual tool is deactivating in the image viewer. (Inherited from VisualTool)
    Public EventOccurs when value of Enabled property is changed. (Inherited from VisualTool)
    Public EventOccurs when focused text symbol is changed.
    Public EventOccurs when the image is changed. (Inherited from VisualTool)
    Public EventOccurs when the image is changing. (Inherited from VisualTool)
    Public EventOccurs when the image is not loaded because of error. (Inherited from VisualTool)
    Public EventOccurs when a key is pressed while the image viewer has focus and this tool is enabled. (Inherited from VisualTool)
    Public EventOccurs when a key is released while the image viewer has focus and this tool is enabled. (Inherited from VisualTool)
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is clicked. (Inherited from VisualTool)
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is double clicked. (Inherited from VisualTool)
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is pressed. (Inherited from VisualTool)
    Public EventOccurs when the mouse enters an area of visual tool. (Inherited from VisualTool)
    Public EventOccurs when the mouse leaves an area of visual tool. (Inherited from VisualTool)
    Public EventOccurs when the mouse pointer is moved over the image viewer and this tool is enabled. (Inherited from VisualTool)
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is released. (Inherited from VisualTool)
    Public EventOccurs when the mouse wheel moves while the image viewer has focus and this tool is enabled. (Inherited from VisualTool)
    Public EventOccurs before the KeyDown event when a key is pressed while focus is on this visual tool. (Inherited from VisualTool)
    Public EventOccurs when the SelectedRegion is changed.
    Public EventOccurs when the selection mode is changed.
    Public EventOccurs when the text extractiong progress is changed.
    Public EventOccurs when the text formatter is changed.
    Public EventOccurs when the text searching process is finished.
    Public EventOccurs when the text searching process is started.
    Public EventOccurs before the text searching process is processed a page.
    See Also