VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type
In This Topic
    WebTextSelectionToolJS Class Methods
    In This Topic
    For a list of all methods of this type, see WebTextSelectionToolJS.
    Methods
     NameDescription
    Public MethodCancels the active text search.
    Public MethodGets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS)
    Public MethodGets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS)
    Public MethodGets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS)
    Public MethodGets 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 WebVisualToolJS)
    Public MethodGets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS)
    Public MethodGets a value indicating whether this tool supports multipage mode.
    Public MethodGets a value indicating whether the text selection is enabled.
    Public MethodGets the count of mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodGets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodGets the name of visual tool. (Inherited from WebVisualToolJS)
    Public MethodGets the selected text region.
    Public MethodGets the selected text on all images.
    Public MethodGets the color of text selection.
    Public MethodGets the text selection mode.
    Public MethodGets 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.
    Public MethodReturns the drawing box of visual tool.
    Public MethodReturns the selected region for specified image.
    Public MethodReturns an array of images, where text is selected.
    Public MethodResets the visual tool.
    Public MethodStarts the asynchronous text search.
    Public MethodSelects text on focused image.
    Public MethodSelects text on image viewer.
    Public MethodSets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS)
    Public MethodSets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS)
    Public MethodSets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS)
    Public MethodSets 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 WebVisualToolJS)
    Public MethodSets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS)
    Public MethodSets a value indicating whether the text selection is enabled.
    Public MethodSets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodSets the selected text region.
    Public MethodSets the color of text selection.
    Public MethodSets the text selection mode.
    Public MethodSets 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.
    Public MethodSets the selected region for specified image.
    Public MethodReturns the string representation of this object. (Inherited from WebVisualToolJS)
    See Also