VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextInteractionAreaJS type / WebTextInteractionAreaJS Constructor(object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTextInteractionAreaJS Constructor(object)
    In This Topic
    Initializes a new instance of the WebTextInteractionAreaJS class.
    Syntax
    // Parameters
    var textObject; // Type: object
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextInteractionAreaJS(textObject);
    
    
    function WebTextInteractionAreaJS(
    textObject
    A text interactive object.
    : object
    ) : WebTextInteractionAreaJS;

    Parameters

    textObject
    A text interactive object.
    Browser Compatibility
    56+
    45+
    11
    See Also