VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type
In This Topic
    WebAnnotationVisualToolJS Class Methods
    In This Topic
    For a list of all methods of this type, see WebAnnotationVisualToolJS.
    Methods
     NameDescription
    Public MethodAdds annotation to the annotation collection of focused image and starts building of annotation.
    Public MethodCancels building of annotation.
    Public MethodFinds an annotation view at specified point, in the coordinate space of HTML document.
    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 the interaction mode that defines how user can interact with annotations.
    Public MethodGets an annotation collection that will be viewed and edited using the visual tool.
    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 the focused annotation view.
    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 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 MethodReturns the drawing box of visual tool.
    Public MethodResets the visual tool. (Inherited from WebVisualToolJS)
    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 the interaction mode that defines how user can interact with annotations.
    Public MethodSets an annotation collection that will be viewed and edited using the visual tool.
    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 the focused annotation view.
    Public MethodSets a value indicating whether visual tool can respond to user interaction.
    Public MethodSets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
    Public MethodSets the focused annotation view specified by index.
    Public MethodReturns the string representation of this object. (Inherited from WebVisualToolJS)
    See Also