VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolJS type
Constructors SeeAlso
In This Topic
    WebVisualToolJS Class Members
    In This Topic
    The following tables list the members exposed by WebVisualToolJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebVisualToolJS class.
    Methods
     NameDescription
    Public MethodGets the mouse button, which executes the action of the visual tool.
    Public MethodGets a cursor which should be used in image viewer when visual tool executes its action.
    Public MethodGets a cursor which should be used in image viewer when visual tool is active in image viewer.
    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.
    Public MethodGets a value indicating whether visual tool can respond to the user interaction.
    Public MethodGets a value indicating whether this tool supports multipage mode.
    Public MethodGets the count of mouse clicks in series of clicks.
    Public MethodGets a delay, in milliseconds, between mouse clicks in series of clicks.
    Public MethodGets the name of visual tool.
    Public MethodGets the drawing box of visual tool.
    Public MethodResets the visual tool.
    Public MethodSets the mouse button, which executes the action of the visual tool.
    Public MethodSets a cursor which should be used in image viewer when visual tool executes its action.
    Public MethodSets a cursor which should be used in image viewer when visual tool is active in image viewer.
    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.
    Public MethodSets a value indicating whether visual tool can respond to the user interaction.
    Public MethodSets a delay, in milliseconds, between mouse clicks in series of clicks.
    Public MethodReturns the string representation of this object.
    Events
     NameDescription
    Public EventOccurs when the visual tool is activated in the image viewer.
    Public EventOccurs when the visual tool is deactivated in the image viewer.
    Public EventOccurs when the visual tool initialization is failed.
    Public EventOccurs when the visual tool initialization is finished.
    Public EventOccurs when the visual tool initialization is started.
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is double clicked.
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is pressed.
    Public EventOccurs when the mouse pointer is moved and this tool is enabled.
    Public EventOccurs when this tool is enabled and a mouse button is released.
    See Also