VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextInteractionAreaJS type
Constructors SeeAlso
In This Topic
    WebTextInteractionAreaJS Class Members
    In This Topic
    The following tables list the members exposed by WebTextInteractionAreaJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebTextInteractionAreaJS class.
    Methods
     NameDescription
    Public MethodGets a border color of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodGets a border width of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodGets a cursor of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodGets a fill color of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodGets the font color.
    Public MethodGets the name of the font family.
    Public MethodGets the font size.
    Public MethodGets the height of TextBox.
    Public MethodGets the width of TextBox.
    Public MethodReturns a bounding box of interaction area in viewer space. (Inherited from WebInteractionAreaJS)
    Public MethodHides the TextBox element.
    Public MethodDetermines whether a point, in viewer space, is contained within the interaction area. (Inherited from WebRectangularAreaJS)
    Public MethodRemoves interaction point.
    Public MethodSets a border color of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodSets a border width of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodSets a cursor of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodSets a fill color of the interaction area. (Inherited from WebInteractionAreaJS)
    Public MethodSets the font color.
    Public MethodSets the name of the font family.
    Public MethodSets the font size.
    Public MethodSets the height of TextBox.
    Public MethodSets the width of TextBox.
    Public MethodShows the TextBox element.
    See Also